How can i send a reminder to the workflow approver that not yet approve the document more than 1 day? noted that our d365 is not direct connect to power automate. Is there a way for us to send reminder or retrigger the approver?
With Power Automate, it would be possible to build some automation, but you stated that your environment is not connected, so I assume you are running on-premises?
A system administrator or information technology manager can go to Common > Inquiries > Workflow > Workflow history. Then change the view to Pending workflows. Then they will have an overview and can use this as input for emails. In case you want an automation, you can consider a customization.
Create a batch job or a recurring task that runs daily to check for pending approvals that have exceeded the 1-day threshold.
In the batch job or task, query the system to retrieve the list of pending approvals that meet the criteria.
Iterate through the list and identify the respective approvers for each pending approval.
Send a reminder email or notification to the approvers using an external email service or integration with your email client.
Optionally, you can provide a link or instructions within the reminder message to allow the approvers to directly access the pending approval.
Best regards,
Kevin
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.