Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
1610 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi All, Am looking for fitness code to select a value from dropdown
mohamedt808
over 8 years ago
Hi All,
Am looking for fitness code to select a value from dropdown filed, any help??
Thanks,
Thoufiq
OriginalPostID-212948
OriginalPostID-212948
Discussion posts and replies are publicly visible
0
Ashvin Kapur
over 8 years ago
Try the following command:
| populate field | <<fieldname>> | with | <<selection>> |
So for a "Status" dropdown for which you want "Completed", the expression would be as follows:
| populate field | Status | with | Completed |
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
praveenb
over 8 years ago
or else try this script | populate field | Engagement Status | with value | Active | " Active" is a dropdown value
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohamedt808
over 8 years ago
thanks all it works :)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel