Good Day,
I have a Leave request app and I'd like to implement reminders to managers to approve/reject the leave request. there is a flow already built and I just wanted to know where do i input this reminder and how...
The flow starts like this.
1. When an item is created (in sharepoint)
2. Get Item
3. Initialize Variable (any attachments)
4. Get Attachments
5. Apply to each 2 (Get attachment content -> append to array variable)
6. Get my profile (v2)
7. Send an email (v2) -> this notifies the person requesting the leave
8. Create an approval -> assigns it to the person the requestor chose
9.There are two branches here 1. Apply to each -> Post you own adaptive card as the flow bot to a user -> Wait for an approval or 2. Send an email -> Create an approval action failed to then terminate
10. Branching out from 1. above -> condition -> if status value is approve -> apply to each response to approve (inform requestor of approval via teams) -> update item in sharepoint -> send an email to the person requesting that the request has been approved.
I want to send reminders to the person who has to approve/reject the leave every day after the approval request was sent.