Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

Flow Designer: 'Create Catalog Task' - need help to script the short description

danielalexa
Tera Contributor

Hi,

 

First time posting - I am looking for guidance how to correctly script a custom short description that shall pull the variable display text values correctly.

 

The variables: for simplicity renamed to "var1" and "var2"

 

What I have right now is currently throwing "undefined" errors:

 

return "License Request - " + fd_data._1__get_catalog_variables.var1.getDisplayValue() + " - " + fd_data._1__get_catalog_variables.var2.getDisplayValue() + " License";
 
This shall currently create tasks correctly yet show as "License Request - undefined - undefined License"
0 REPLIES 0