unable user variable sets in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2025 05:14 AM
i am trying multiple ways to use the variable sets in flow designer but not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2025 05:16 AM
Hi @venkatrajesh ,
Could you provide more details on the issue?
Which type of variable set you are trying to access?
Thanks
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2025 12:33 AM
i am trying to use multirow variable sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2025 12:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2025 01:21 AM
Hi @venkatrajesh ,
Steps to Create Catalog Tasks from Multi-Row Variable Set (MRVS):
- In your flow, use Get Catalog Variables and select the required variable sets.
- Add a For Each flow logic to loop through the multi-row variable set (MRVS).
- Inside that loop, if you want to create a catalog task for each selected value of a list collector variable (eg L1):
- Add another For Each loop to iterate through the selected values.
- Inside this loop, add the Create Catalog Task action and configure the task details. (Make sure to uncheck wait as per your requirement, otherwise it will wait for task to complete before creating another tast
- Repeat step 3 for another variables.
Adjust flow as per your requirement.
Thanks
Anand
