Hey Power Automate guru's,
I'm rather new to Power Automate, so bare with me.
I have a question why my filter ins't working :)
I'm trying to get the Sales Orders from BC on prem, with the filters:
Document_Type eq 'Order'
Document_Date eq '2024-06-26'
Status eq 'Open'
Document_Date eq '2024-06-26'
Status eq 'Open'
The error is:
Action 'HTTP' failed: A binary operator with incompatible types was detected. Found operand types 'Edm.Date' and 'Edm.String' for operator kind 'Equal'
Action 'HTTP' failed: A binary operator with incompatible types was detected. Found operand types 'Edm.Date' and 'Edm.String' for operator kind 'Equal'
If I dont have a filter, its is working fine and I can all the Sales Orders.
Categories: