Do the following in parallel with WAIT time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 01:21 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 01:01 AM
Hi, did you got the solution for this. I am also facing same issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 01:18 AM
Hi @rafaelalves4337 , are you able to get the solution for the this issue, if yes, please share me the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 05:34 AM
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