- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi,
I need to map a catalog item variable choice (for example, Priority: Low/Moderate/High) to a corresponding field choice on the generated catalog task field (Priority: 4-Low, 3-Medium, 2-High).
Can anyone please let me know the best way to achieve this in Flow Designer?
i tried this script in create catalog task step for priority field, but not working
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
Hi, I have changed the variable backend values with task field choice values. its working now
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @wefw,
you can do it no code :))
On the record producer's variable there is a field "Map", mark it true, a field to map will occur:
Then your variable needs to have the same values as the backend field. Both shall be of same type (choice - choice, string - string, reference - reference etc.)
If it is catalog item and not record producer, for some reason this map and field are hidden on the form.
Let me know if you managed this
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
Hi @wefw,
there is this client script (on the left) which hdies that field. Once deactivated the field is visible.
So it would require to temporarily deactivate that CS, managed the item and then revert the CS:
When inactive:
When active:
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
Hi, I have changed the variable backend values with task field choice values. its working now
thank you
