Hello community,
I'm completely new to Power Automate. I started my first workflow yesterday and got it working to a certain extent today, but now I'm stuck.
My current workflow in Outlook is shown below and works like this:
1) Check email received
2) If an email body contains the text "Start Process" --> (this is the Trigger)
3) The workflow waits 30 minutes
4) When 30 minutes have elapsed, sends 3 emails (1 email every 5 minutes)
5) After sending the 3 emails, the process ends and restarts if it receives the Trigger again.
What I want to do is modify it so that if it receives the Trigger before it finishes sending the 3 emails, it stops the previous
process and restarts the workflow. In other words, if 30 minutes have passed and the workflow has sent the first email and
receives the trigger before sending the second or third email, I want the previous workflow to stop and restart the 30-minute
countdown to send the 3 email again.
I'm not sure if I'm explaining myself clearly. How can I do this? I'm using Office 365.
Thanks in advance for any help.