Hi all,
I have a canvas app built using power apps. The app works offline with data stored in collections and at the end of the shift users upload the inspections records to the database (SharePoint). The inspections are stored in a collection called colInspection and it has a filed called Status that is either "in progress" or "complete", only inspections with Status = "complete" are uploaded.
I am trying to build a flow to check every morning at 8am, if the inspections with Status = "complete" were uploaded, if not send to the user a push notification.
I am ok with the trigger in the start of the flow, using recurrence every day at 8am, I am also ok with sending the push notification to the user. The part that I am struggling with is the going to every user's app/phone and check if colInspection has any record with Status = "complete". Can anyone help me please?