How to use multi row variable set with Flow designer

viktorka
Giga Contributor

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

7 REPLIES 7

Hitoshi Ozawa
Giga Sage
Giga Sage

There's a need to create a custom Action with a Script step to process the mrvs.

Hitoshi Ozawa
Giga Sage
Giga Sage

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.

find_real_file.png

Looping through records in mrvs

find_real_file.png

Logging out of a record

find_real_file.png

 

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.