Hi i am trying to get a flow to look at yesterdays list items.
i have a filter query that is:
Created ge 'addDays(utcNow('yyyy-MM-dd'),-1,'yyyy-MM-dd')'
but i get the error
The expression "Created ge 'addDays(utcNow('yyyy-MM-dd'),-1,'yyyy-MM-dd')'" is not valid. Creating query failed.
I think it is because my date is in the UK format
5/31/2022 4:56 PM
So i tried
Created eq 'addDays(utcNow(),-1,'MM-dd-yyyy')
it just doesnt want to filter.
Thank you for your help