- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2023 02:16 AM
Hi
I am new to Flow Designer, so bear with me 🙂
I need to create a flow that loops through all Assignment Groups where "Assignment Group Manager" Active is false and update the record with the group managers manager (provided he is active) otherwise loop to next manager level
I have managed to get all the assignment groups in the flow but after that my flow gives an error.
Flow looks like this:
And the error is this:
I have tried and tried to find a solution for this. I have even created a system property as suggested in some of the articles I have found, but to no avail.
Kindly help me or point me in a direction 🙂
Kind Regards
Søren Jarnbo
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 11:44 AM
Okay, fair enough. 🙂
Here is an example on how I would do it (without the looping in multiple levels), ask if you need additional details.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 11:44 AM
Okay, fair enough. 🙂
Here is an example on how I would do it (without the looping in multiple levels), ask if you need additional details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2023 04:44 AM
Hi OlaN
Once again thanks for replying 🙂
I just need to understand why find the current group manager's manager in the way you do:
instead of just assigning the managers managers user record to a variable and then use that ?
Thanks again
Søren Jarnbo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 04:16 AM
By first performing a lookup, you get a failsafe to catch if there is no managers manager or if the selected manager is inactive for some reason.
If you don't need to check for this, you could dot-walk through the datapills directly to the managers manager.