Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 12:12 AM
Hi All,
I want dynamic short description but when i am selecting the toggle script part in the short description i am not see see pill picker because i want to select get catalog variable - requestor for
Can you tell weather this script is correct or wrong, I want dynamic short description in the flow designer :
var short_description = "please fill all the documents which is related to Requestor user"+current.requestor_for;
var shortDesc = fd_data.trigger.short_description;
return shortDesc;
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 12:16 AM
var shortDesc = "please fill all the documents which is related to Requestor user"+current.variables.requestor_for;
return shortDesc;
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 12:16 AM
var shortDesc = "please fill all the documents which is related to Requestor user"+current.variables.requestor_for;
return shortDesc;