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.

Do the following in parallel with WAIT time

rafaelalves4337
Tera Contributor

I have a Do the following in parallel to add computer to group, wait for 1 year and remove the computer from the group.

 

When I test, it's not running both IF's at the same time, it's stopping in the first IF (wait), It's not supposed to run both IF's at the same time?

 

Screenshot_15.pngScreenshot_14.png

7 REPLIES 7

James Chun
Kilo Patron

Hi @rafaelalves4337,

 

It looks ok to me, what conditions did you in the IF actions?

 

Cheers

Screenshot_16.png

All IF's looks good, it's 11 option the user can select, all can be selected and add the computer to 11 different groups, I tried to select only the second IF and it works, but if I select more than one, it always stops at the first Wait condition.

@rafaelalves4337 - what variable type are you using here?

Are you able to share a screenshot of the catalog item and its variables that are used in the Flow?

rafaelalves4337
Tera Contributor

@James Chun, I just selected all 11 options, and it only evaluate IF's 1 and 10.... all others are Not Run, but I just checked all If's again, and they are all well configurated, have you seen this before?