- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 12:47 AM
I have a Requirement to create as many RITM records as no of rows in MRV, but the OOB Flow/workflow is creating one more RITM record for the whole request. How can i prevent it / Is there any workaround for it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 05:37 AM
I have done this in a workflow run script where I take the contents of a list collector or MRVS, change any variables based on the first value/row which will update the one existing RITM, then loop through the remaining values (2 through the end) to create a RITM for each, setting the variable(s) based on that value/row.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 05:37 AM
I have done this in a workflow run script where I take the contents of a list collector or MRVS, change any variables based on the first value/row which will update the one existing RITM, then loop through the remaining values (2 through the end) to create a RITM for each, setting the variable(s) based on that value/row.