Hi,
I wonder if it is normal or not.
In my Workflow, I add a State Machine.
Inside it, I add a standard Loop to find at which index my element is in a Dictionary.
I would like to stop looping when the element is found.
So I add a Run If that displays my log (it works fine) but does not execute the Exit State Machine.
It still loops for all elements of my Dictionary.
Thanks,
Christophe