Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

flow designer script

Not applicable

Hi All,

 

I am getting two or more sysid via flow varible in the flow designer,  I neded to pass one by one sysid in the another subflow flow along with group name , but it takeing only first sysid other sysid is not taking .I have designed using the for each records , can anyone advise me how to achive this requirement.

 

if the  receive  5 sysid is than 5 times subflow should run can anyone advise me how to do it .

 

 

Thanks and Regards,

Chandan Patra

5 REPLIES 5

Sandeep Rajput
Tera Patron

@Community Alums Are you sure the for each is not calling the subflow with other sys_ids. Usually, the flow context only shows the first loop iteration and you need to change the number associated with the loop to see the next iteration.

 

example-for-each-flow-logic-execution-details.png