Hello!
My scenario is as follows:
- I have a sharepoint list and one column is 'Status'
- I want to set up a 'check' at say the end of the day so to start with set a delay of say 12 hours or pick a time to start this check
- Flow would then check this sharepoint list, and any item which has the 'Status (column name)' 'Pending (DEFAULT column value)' would be sent in one email to someone.
Is this possible to do? Atm I have made it so it will send individual items but not the whole list
My flow atm is for one item and is very brief (see pic). I need to figure out the step of getting all items but only get the items whos status' are set to the default value of Pending. If it helps my status column will have 3 statuses but Pending is the default value
And then send all these items in a table or whatever format is best to one person
Thank you!!!