Hi All,
We can send Lookup field using flow using syntax- /logicalname_of_entity(GUID)
for instance, my entity name is "line", then syntax will be /cr34_lines(GUID)
I am facing an issue with this syntax saying "resource not found for "hauls".
I believe this error is due to the entity name "hauls" as it already has "s" in the ending.
How can I resolve this?
Please help. It's urgent
Solved! Go to Solution.
Hi @Anonymous,
This is an old problem inside the Dynamics API. You can read more in this old article. To find the proper name you need to find metadata for the entity and search for LogicalCollectionName property which is used in that query. The easiest way to do so is to use Metadata Browser in XrmToolBox.
Hi @Anonymous,
This is an old problem inside the Dynamics API. You can read more in this old article. To find the proper name you need to find metadata for the entity and search for LogicalCollectionName property which is used in that query. The easiest way to do so is to use Metadata Browser in XrmToolBox.
User | Count |
---|---|
89 | |
40 | |
22 | |
20 | |
16 |
User | Count |
---|---|
134 | |
54 | |
47 | |
36 | |
25 |