Error in flow designer

s_renjarnbo
Tera Expert

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:

s_renjarnbo_0-1674727997346.png

 

And the error is this: 

s_renjarnbo_1-1674728042704.png

 

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

1 ACCEPTED SOLUTION

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.

flow-set-managers-manager-on-group.png

View solution in original post

7 REPLIES 7

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.

flow-set-managers-manager-on-group.png

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:

s_renjarnbo_0-1674909833810.png

instead of just assigning the managers managers user record to a variable and then use that ?

 

Thanks again

Søren Jarnbo

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.