Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Flow Designer

kirankr2061
Tera Contributor
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



Any suggestions
5 REPLIES 5

@kirankr2061 

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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader