flow design - Catalog MRVS

priyakakarla20
Tera Contributor

Hello Experts,

I have a catalog item in ServiceNow.

In that, I have a Multi Row Variable Set (MRVS) with variables Environment and Domain.

  • Domain choices: Internal, External
  • Environment choices: Prod, Public, Semi-Pub

I created a Flow Designer flow. After the catalog item is triggered, MRVS variables are not directly accessible, so I used a For Each loop to process the rows.

Based on the Environment and Domain conditions, I am creating SCTasks. This part is working.

However, the issue is:
In the MRVS, I can add multiple rows (e.g., both Internal and External conditions), but in the flow, only one condition/task is being generated. The remaining rows are not being processed as expected.

Thank you,
Priya.

11 REPLIES 11

This is the one I was referring to :

 

MameDiarra__0-1776530530586.png

I’m asking to see more details because I suspect the “wait” checkbox is selected for the 2nd, which causes tasks to be generated in sequence (each one waits for the previous to be closed before being created).

If that’s not the case, then might be related to choices made before submission, since the flow itself seems fine based on what I’ve seen so far.

@Mame1 ,
Got it, but I am not using wait condition, in the variable set if, I select the first row ( which is met second if condition) second task is created.

priyakakarla20_0-1776531219506.png