- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 12:31 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 12:42 AM
Hi,
Check the solution suggested by Rick Mann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 12:42 AM
Hi,
Check the solution suggested by Rick Mann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 12:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 12:57 AM
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 12:58 AM
Hello Abhishek,
Please use the below KB article link :
Multi Row Variable Set: communication with main form » Ruben Ferrero