Flow Designer: 'Create Catalog Task' - need help to script the short description
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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