Hi all,
I am building a flow which includes the following multiple criteria filter in Get Items:
field_3 eq 'Open' and field_2 le 'addDays(utcNow(),-1,'yyyy-MM-dd')'
When I run this flow there are no results returned however, when I run the filters individually I get the results I would expect.
Can someone tell me why the combined filter is not working.
Many thanks in advance for your help.