Hi, I am trying to filter records by a lookup field (ie all entities with reference to the same lookup record) but get errors in flow.
I get all kinds of errors when trying to execute the query with different formats. The lookup has got the GUID of the linked entity as value, so I am trying like this
ppp_primaryentityid eq '<guid of primary entity'
ppp_primaryentityid eq guid'<guid of primary entity>'
ppp_primaryentityid eq (guid'<guid of primary entity>')
But all of them generates errors. I have tested with plain ODATA query with the GUID and entity name, and I am sure my data is correct.
Is there any standard way to find items across a 1:N relation like this is dynamics?