Need to populate MVRS variable value in RITM short description

Abhishek Barik
Tera Contributor

Hi Team,
I have a requirement to populate a variable value which is in MVRS to a RITM short description.
I have tried below run script but its coming as undefined. request your help in how to get the MVRS variable value. Also, as MVRS will allow multiple row values, we need to populate those many values in the short description. For ex: 

var mvrsfield = current.variables.start_date; //MVRS variable value
current.short_description = 'Start date:' + mvrsfield;

 Thanks,
Abhishek

1 ACCEPTED SOLUTION
4 REPLIES 4

SourabhAkiwate
Tera Expert

Hello Abhishek,

 

Please find the below link, it might give you the solution for your question.

 

Reusable custom flow action to get all the catalog/producer variables as concatenated string 

 

Please mark my answer as Helpful if it is useful to you.

 

Thanks,

Sourabh Akiwate

 

Maddysunil
Kilo Sage

@Abhishek Barik 

Please see below link can help
 

Please Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks