
Announcements
Hi all,
I am having trouble filtering a table by a custom column 'wbc_language'. Specifically, I get the error 'Could not find a property named 'wbc_language' on type 'Microsoft.Dynamics.CRM.wbc_label'.'
Screenshot of the error
However, as you can see in the screenshot below, the column very much exists:
Screenshot of the Labels table showing wbc_languages
I can filter by other columns - wbc_name for example - but not by the column I actually need to filter on. Any thoughts anyone?
All help gratefully received.
Nick
Error is due to the logical field name flow expects is in different format. For instance on incident entity when I tried to refer customerid I got same error as you but when I tried _customerid_value it worked fine. To find the logical name to use try making a webAPI request e.g. https://xxxx.crmx.dynamics.com/api/data/v9.2/incidents(xxxxxxxx-C07B-4F92-xxxx-1398C565E1EA) and get the logical name from the response.