Hi,
I'm trying to use the Business Central connector via power apps canvas but I get this error :
Logical operator 'Equal' is not allowed. To allow it, set the 'AllowedLogicalOperators' property on EnableQueryAttribute or QueryValidationSettings.
I get this issue when I'm trying to do a simple filter to get the line quotes of a Quote by using filter
I saw on some other posts that delegation methods are not allowed with bc connector. How can i replace filter method by something similar?
Many thanks for help