- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Team,
I have a flow designer, Once I submit the item, Ritm and sc_tasks are creating.
Now in sc_task short description I want to add one of the variable value in it.
I have added above one in my flow designer Action, this is coming in below way
Below is how my variable values are showing in catalog form
How to do this? Do I need to create any other Action
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
1 thing to check -> if that variable is select box then why it shows Search Icon
try this other way in script
Also check if there is any space in the variable name
var choiceLabel = fd_data.trigger.request_item.variables.addon_licence_project.getDisplayValue();
return choiceLabel;
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
with string type flow variable you can store any display value in it for Reference, list collector, select box etc
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
