Hi Everyone,
I have a concern on building the flow for reminder purpose. I tried to remind the approver for the request which is not responded, so I set a variable and then add the do until until the variable value is true. This way works for the reminder purpose. However, here comes a question, even the approver grant the approval, the do until is still working until the set timing is run out.
I am not sure whether I missed out something or not. Appreciate if anyone can help.
Solved! Go to Solution.
Hello @ShineTan123 ,
the other flow would use the 'Recurrence' trigger. It'd start e.g. once a day, find all the items with pending tasks at the time when the flow runs, send the emails, and finish. No need for any delay.
Hello @ShineTan123 ,
you didn't miss anything, that's how it works. These are two parallel branches that must both finish for the flow to continue, they're not connected in any way. The flow won't continue until the delay is over.
That's why I prefer storing the AssignedUser and AssignedDate in the SharePoint list and building a separate, scheduled flow for the reminder.
hi @tom_riha,
Thanks for the suggestion! But I am thinking how creating a new flow works? Since we still need to use delay in the other flow, right?
Hello @ShineTan123 ,
the other flow would use the 'Recurrence' trigger. It'd start e.g. once a day, find all the items with pending tasks at the time when the flow runs, send the emails, and finish. No need for any delay.
HI @tom_riha,
I see. I think in this case, the set Recurrence is working as the Delay already. So I assume Delay is more suitable for me. But thanks anyway!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
29 | |
29 | |
27 | |
20 | |
11 |