HI,
I've currently got a flow updating a simple sharepoint list from my inbox.
I get multiple jobs finished emails from automated systems, most of these arrive beteween 00:00 and 01:00 monday morning.
The initial flow looks at my inbox and creates a line item in my sharepoint list that the specific job has finished ("title", "received", "from"), (this sharepoint list is blanked at 23:59 Sunday night).
What I've been trying to do is create a second flow to send me an email when one of the expected line items in that sharepoint list is not present at1:05 on monday morning.
I've been trying various things (creating a reference sharepoint list that contains all the line items that I would expect in my updated sharepoint list and doing a compare = couldn't get this work as filtering on title, when it doesn't exist simply returns an empty array).
Any help would be gratefully received!
G