I have tried to use do until loop, but it doesn't return anything as I expected. It returns only one level of manager. Here are some screen shots.
Solved! Go to Solution.
I have found solution myself.
Hi @karolyuan ,
Your do until loop is set to run until varRequestorEmail is equal to a certain value, but I can't see where you're updating this variable? You're also going to return the same person everytime.
Have a look at this, I've tested it, and it works:
Cheers,
Ben