Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Create Task parallelly based on conditions in Flow designer

Noor Mohammad1
Kilo Guru

Hi Folks,

 

I have been playing around with if, else if and parallel flow in Flow designer to create task based on different conditions but tasks are getting created only after another closure. I need all the matching conditions evaluated to true created task parallelly.

NoorMohammad1_0-1667248539508.png

Using else if evaluates condition as true but task is not getting created.

and also wait needs to added for task to complete before the RITM is closed

 

1 ACCEPTED SOLUTION

Mike_R
Kilo Patron
Kilo Patron

Use a Parallel flow logic and structure it like this

Mike_R_0-1667264709077.png

 

View solution in original post

3 REPLIES 3

Mike_R
Kilo Patron
Kilo Patron

Use a Parallel flow logic and structure it like this

Mike_R_0-1667264709077.png

 

I was able to use parallel flow logic as suggested but there is another strange issue I am facing where Multirow Variable Set is not returning the reference field when used for each item in(Reference field is custom table created).

NoorMohammad1_0-1667482824583.png

 

Unfortunately, I'm not well versed with using mrvs in a for loop. If my other answer helped you with your original questions, i would suggest closing out this post by marking the solution as correct, and then create a new post for this new issue. This way others in the community can see your new question/issue and hopefully be able to help.