In the attached workflow, I am trying to use a Try-Catch within a For Each loop. If a user is not found, the error is caught, an alternate name is looked up, and I assign those values to the original Find User tokens. However, after that token assignment, all subsequent Find User activities will not update (they will stay with the Assign Token Activities values in the catch) until that activity is called again.
Is there some way to clear this out, so that on the next row, my Find User activity will work?