I need to filter all the records of the entity "Cases" that are of a specific "Project". For this I used the "Enumerate records" and in the ODATA query:
iav_proyectoid eq '@ {triggerBody ()? [' _ iav_proyectoid_value ']}'
This gives me an error that can not compare a string value with a GUID value. I also used the
iav_proyectoid eq guid '@ {triggerBody ()? [' _ iav_proyectoid_value ']}'
Giving me a syntax error.
I have tried these same queries in the quotes, with the + symbol, and nothing.
The question is: Using the "Enumerate Registers" of dynamics, you can do this type of ODATA queries: List all the records that have a given value of a lookup field?
Thank you so much