Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 03:49 PM
Hello,
I'm creating a record in flow designer and need to populate a List field with multiple values. What is the best way to accomplish that?
Regards,
Ziad
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 04:00 PM
What I did is add a script as follow
return ["Choice 1", "Choice 2"];
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 04:00 PM
What I did is add a script as follow
return ["Choice 1", "Choice 2"];