Hello!
I want to filter my SP list based on two conditions:
- Machine Value = "ZT1"
- Date = current day (in this case: 3/23/2023)
In the Filter Query of the "Get Items" action, I inserted the following code:
Machine Value eq 'ZT1' and Date eq '@{convertTimeZone(utcNow(),'UTC', 'E. South America Standard Time')}'
But the following error appears for me when I run:
The expression "Machine Value eq 'ZT1' and Date eq '23/03/2023'" is not valid. Creating query failed.
How can I make this Filter Query filter these two columns at the same time correctly?