unable user variable sets in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago
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
Friday
i am trying to use multirow variable sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
this post might help:
https://www.servicenow.com/community/workflow-automation-articles/how-to-use-multirow-variable-sets-...
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
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