- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-12-2023 11:57 PM
Hi All,
How to populate the assignment group based on location populated in shipping address type as Multiline text.
For example, If Shipping Address field contains the BANGALORE, then catalog task will assign to WORKPLACE-BANGALORE, If Shipping Address field contains the LONDON, then catalog task will assign to WORKPLACE-LONDON, like this I need to populate 10 assignment groups on the task level using Flow designer.
Please anyone suggest me How to do this one.
Thanks,
Vinuth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-13-2023 05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-13-2023 12:12 AM
Hi,
You can create a flow variable say "asgroup"and within that you can write your logic (using if/else/else if).
After this you can assign this variable to assignment group field using "Update record" action.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-13-2023 05:05 AM