The CreatorCon Call for Content is officially open! Get started here.

unable user variable sets in flow designer

venkatrajesh
Tera Expert

i am trying multiple ways to use the variable sets in flow designer  but not working

5 REPLIES 5

Anand2799
Tera Guru

Hi @venkatrajesh ,

 

Could you provide more details on the issue?

Which type of variable set you are trying to access?

 

Thanks

Anand

i am trying to use multirow variable sets

@venkatrajesh ,

this post might help:
https://www.servicenow.com/community/workflow-automation-articles/how-to-use-multirow-variable-sets-... 

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

Hi @venkatrajesh ,

 

Steps to Create Catalog Tasks from Multi-Row Variable Set (MRVS):

  1. In your flow, use Get Catalog Variables and select the required variable sets.
  2. Add a For Each flow logic to loop through the multi-row variable set (MRVS).
  3. 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
  4.  Repeat step 3 for another variables.

Adjust flow as per your requirement.

 

Thanks

Anand