Flow Designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 08:56 PM
var operation = fd_data._1__get_catalog_variables.operation.getDisplayValue();
var tofop = fd_data._1__get_catalog_variables.type_of_operation.getDisplayValue();
var action = fd_data._1__get_catalog_variables.action.getDisplayValue();
return "Operation: " + operation + "\n" +
"Type of Operation: " + tofop + "\n" +
"Action: " + action + "\n";
I am populating variable values in the task description But I am getting
Operation: undefined
Type of Operation: undefined
Action: undefined
Operation: undefined
Type of Operation: undefined
Action: undefined
Any suggestions
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 12:13 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader