How to use multi row variable set with Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 06:53 AM
Hello,
I have to use MRVS in a catalog item and in the flow I have to create new RITMs with the data from the MRVS. The flow designer doesn't recognise the MRVS and I have no idea how to get the data.
Anyone can help me with it?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 06:58 AM
There's a need to create a custom Action with a Script step to process the mrvs.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 07:44 AM
Check the following thread for steps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 08:32 PM
My bad. With Paris, it's mrvs can now be accessed using "Get Catalog Variables" as with any other variables. mrvs is retrieved as an Array.Object that may be looped with "For Each Item" step.
Example. "developer_ml" is a mrvs.
Looping through records in mrvs
Logging out of a record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 01:31 AM
Hello Hitoshi,
Is it possible to use/fetch/send MVRS through send email action in flow.
If yes, could you please guide how, if no whats the alternative.
Any thoughts much appreciated.