I need to filter a table by 2 columns and copy the visible rows over to another table. I keep getting an OData filter query syntax error. I can't figure out why.
Here's my flow:
Headers in the first table:
Odata filter query (recommended by Copilot)
the error:
"Syntax error at position 13 in 'STATUS DETAIL eq 'Completed' and Confirmation Date eq null'.\r\n inner exception: Syntax error at position 13 in 'STATUS DETAIL eq 'Completed' and Confirmation Date eq null'.\r\nclientRequestId: df01405a-dea2-4a0c-a14e-cca1a1521c1b"
Any help would be greatly appreciated!