Hello,
I am building an app that sends reminders to responsible person if they don't upload their report in time.
Let's say multiple orders were created, one for John, one for Jane, and one for Jack. Each order is submitted as a different record in the sharepoint list with different details and due dates. And reports are uploaded to a different sharepoint list. the two records will share an order ID, so if the Orders list has a record with a certain ID, and the Report list does not have a record with the same ID, then an email is sent to the responsible person detailed in the Order list. The reminder will be sent daily until the function finds an identical ID in both the Order and the Report lists.
Any idea on how to automate such flow?