Custom Action for MRVS - Multi Row Variable Set

Edxavier Robert
Mega Sage

Hi, 

I am using a multirow variable set in in a Catalog item, where users select the equipment that they need and quantity. I need to get access to those choices on my Flow Designer. I was able to access using the Action Step 'For Each Item in' but the issue with that is creating one task for each of the rows. I was reading some responses here in the community that is possible by creating a custom action. 

The issue is that specific choices need to be routed to a different group. 

Scenario 1: 

User select multiples items

EdxavierRobert_0-1668099147542.png

Laptop goes to an Assignment group, but the Monitor goes to another group. (This is just an example). 

 

I am trying to add Do the following in Parallel with an If condition to look in the multirow to decide if I need the SCTASK or no. Because those tasks are not related, I don't need to wait until the first if close to create the other. 

 

 

1 REPLY 1

Aayush5
Tera Contributor

@Edxavier Robert You can pass the value of those choices from the for each loop to your custom action.

See the below example as, I'm doing same to access MRVS variables in my custom action.

Aayush5_0-1678690497673.png