Custom Action for MRVS - Multi Row Variable Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 09:00 AM - edited 03-13-2023 07:39 AM
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 11:55 PM
@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.