flow design - Catalog MRVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Mame1 ,
Thank you for the response,
Even task is not created for both rows, only single task is created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Can you please show on details the 'create catalog task' action ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@priyakakarla20 not this one—I meant the one in the waiting state (number 8).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Mame1 ,
That is not in waiting state - not run state, once close the first task, second task is created.
