
There are three conditions
1. Approved
2. Rejected
3. Pending
If the user does not respond after a delay, an email is sent out to them and documented in excel. I want to set a condition where it does this until the variable is set to approved or rejected. What am I doing wrong?
Hi @Anonymous
Stick the loop until action into advance mode and try the following:
@OR(equals(variables('FileStatus'), 'Approved'),equals(variables('FileStatus'), 'Rejected'))
This works for me.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉