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

prem Kumar1
Tera Contributor

Hi, did you got the solution for this. I am also facing same issue

prem Kumar1
Tera Contributor

Hi @rafaelalves4337 , are you able to get the solution for the this issue, if yes, please share me the solution.

Josh Pirozzi
Kilo Sage

Hi @rafaelalves4337 & @prem Kumar1,

 

If you're trying to parse out multiple records, in this case a Computer to multiple Groups, you might need to include a 'For Each' into the Flow. Once you configure the 'For Each', you can add a function to break each iteration for looking up if the Computer matches the criteria, by including a comma delimited Split. This will help in individualizing the search and might assist in running each classification test you're looking for. 

 

Hope this helps you along,

Josh Pirozzi

 

For Each Split.PNG