Redo scope condition, how to make condition when 1 variable is equal to another

Hi all,

I currently am using the redo scope for one process.
I am running this process until the 2 variables I get from the redo begin to equal each other.
How would I make that condition?

Assuming that we are using retry scope, the condition in the retry scope activity needs a boolean output.
We can use “is match” activity which returns a boolean with the value from both the variables.

image

Happy Learning! :slight_smile:

1 Like