Hi there!
I am very new to flow and have been trying to build a OData filter to grab items once a day in a SharePoint list that have not been modified for 90 days and has a location of completed for deletion. Here is what I have built so far:
Location eq 'RV Cancelled' or Location eq 'RV Completed' or Location eq 'SL Cancelled' or Location eq 'SL Completed' and Modified lt datetime 'OUTPUT'
(OUTPUT is a variable (compose) using this expression:
adddays(utcnow(), -90) )
I am sure I am just not understanding how the queries work. Any help would be greatly appreciated!
When I try to run the flow it failed (The expression is not valid. Creating query failed.)