I am getting this error when attempting to "Create a new record" within Dynamics 365 on a "Forms" submission.
I have screenshots available below.
{ "status": 400, "message": "Ambiguous binding is present. Resolve by sending lookup_type property.", "source": "dynamicscrmonline-ncus.azconn-ncus.p.azurewebsites.net", "debugInfo": "clientRequestId: 93f78905-f66b-4e5c-80a0-ff21a62542f5" }
Let me know if you need further details, I am quite naive with flow.
Solved! Go to Solution.
Hi,
Please follow the below steps how to get contactid. Similar techique you can use to get the customerid as well.
First declare a variable called contactid. Then use the list records using the filtery query to get the contact. Assign the contact id to variable. Finally map contactid to Create new record.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @Anonymous
Looks like Case entity primarycontactid and _customerid_value both are expecting a GUID which is a lookup value. You need to find the GUID by using List records by Filter Query. The map the id to Create a new record.
Please see similar post
If you need any futher help please let me know.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogThanks for your reply.
I'm not sure where to "list records by Filter query." Is this an option as shown below?
Hi,
Please follow the below steps how to get contactid. Similar techique you can use to get the customerid as well.
First declare a variable called contactid. Then use the list records using the filtery query to get the contact. Assign the contact id to variable. Finally map contactid to Create new record.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHello,
Thanks again for your time and expertise. I will make necessary adjustments and keep you posted!
User | Count |
---|---|
89 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
131 | |
51 | |
48 | |
36 | |
26 |