My team is trying to use Azure Logic Apps to List Items Present in a Table in Dynamics 365 Finance & Operations using filterQuery. However, for some of the filter queries, we encounter errors where the data type in D365 is different from the one in Logic Apps, resulting in incompatible types. The fields throwing errors have data types in D365 "enum" and "bool" respectively. Is there a simple way to resolve this error?


