- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2021 10:23 AM
Hi,
I need help on how to populate assignment group based on user select dropdown variable value that contains pacific word using Flow Designer f(x) script.
This is what I have, but it did not work. Can someone please provide suggestion. Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2021 12:06 PM
If using Flow anyway, why not use Decision Tables? You can then create a completely code free solution.
Define the decision table that accepts a text input to use in the condition:
AAnd the condition:
Then use it in the flow:
Using a Catalog Item variable as below:
And finally update the assignment group:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2021 04:59 PM
You should not have any problems. This is a newer technology fitting the no code dogma SN is into right now.
Also glad you have figured it all out :-).