Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

In flow designer I want dynamic short description

chandan86patra
Tera Contributor

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;
1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage
var shortDesc =  "please fill all the documents which is related to Requestor user"+current.variables.requestor_for;
return shortDesc;

View solution in original post

1 REPLY 1

Shruti
Mega Sage
Mega Sage
var shortDesc =  "please fill all the documents which is related to Requestor user"+current.variables.requestor_for;
return shortDesc;