Flow Designer Question (Arrays and Multi Variables

davidroberttelf
Giga Expert

Hello,

 

We have a catalog item where users can request help from an AV technician at onsite events. The user can select help over multiple days. We want to create a catalog task for each selected date as these may be allocated to more than one AV technician. We are using Flow Designer to do this. I would like help on how do we assign each separate date to a catalog task? Please see the image below.olly.png

The above is currently an array - can I split up each array element in the list? How do I do this?

 

Thanks in advance.

David

8 REPLIES 8

The following step in the article describes how you can split your MRVS variable:

 

IsaacVicentini_0-1727448127662.png

 

 

Using forEach, a split is performed in the MRVS variable and the actions below Flow Logic are executed for each item.

 

Have you tried doing this?


Best regards,

Isaac Vicentini
MVP 2025


If my answer was helpful, mark it as Helpful or Accept as Solution.

Hi @davidsmith!

 

Let me know if it worked and which way you took (:


Best regards,

Isaac Vicentini
MVP 2025


If my answer was helpful, mark it as Helpful or Accept as Solution.

davidsmith
Tera Expert

Hi @Isaac Vicentini 

I have got this to work now with some help from colleagues.  We had to use flow variables in the end. Please see the flow below.

avconference.png

 

 

 

Nice @davidsmith, I’m glad it worked out!

 

Please mark my answer as ‘Accept as Solution’ to be relevant to the community.


Best regards,

Isaac Vicentini
MVP 2025


If my answer was helpful, mark it as Helpful or Accept as Solution.