Hi all,
I want to create a flow that sends out a daily email listing all the items on a Sharepoint list where a column has been changed to a specific value, instead of an instant email at column change.
I have set up the flow to run daily, and on the "Get Items" I have set a filter to get items changed/created in the last 24 hours. My idea is to loop through the returned items, get the ones only where the column "Priority" has changed to "High" and build an HTML table to send via email.
I keep getting an error "sinceInput not specified clientRequestId:" at "Get changes for an item or file" and I don't understand why...


Any help would be highly appreciated.
Thanks
Alex