Hello,
I am building a flow in which I would like to send an email with options (options are approve or reject) and depending on the choice they choose an 'approval status' field will be updated in the sharepoint list.
But there are instances in which they do not answer ot the first one, so I would like to create an action which would wait 7 days, and if the 'approval status' field is still equal to pending, then another email with options is sent out ---> if they respond to this reminder email, it will follow the same conditional step where the approval status is updated.
Once the person responds to either of these emails, there will be a last condition checking the approval status of the item and informing the creator if it's approved or rejected.
It would look something like this:
1. When an item is created
2. Send email with options --> condition --> selected option is equal to approve --> update item 'approval status'
3. Do Until --> Approval status value is not equal to pending --> delay 7 days --> get item --> send email with options --> condition --> selected option is equal to approve --> uodate item
4. condition --> approval status is equal to approved or equal to rejected --> send email to creator of request.
I have tried creating some but I am not able to understand some parts. I don't want the reminder to be sent out till 7 days after, and I don't understand the 'count and timeout' fields in the Do Until action. I have also never used the 'Get items' actions so if someone could explain how I should create my flow to work the way I would like, I'd appreciate that!