Hi,
I have created console application and tried to connect Dynamics 365 using Microsoft.Powerplatform.Cds.Client (.net core package) and everything is working fine. I am also able to fetch the records from Dynamics.
I have tried to create the records with only Name field - for e.g. account["name"] then it is working fine and new records are created in Dynamics. But when I tried to set lookup field - for e.g. dummyentity["test_accountid"] = new EntityReference("account", <GUID of Account>) then it gives below error
Microsoft.Rest.HttpOperationException
HResult=0x80131500
Message=Operation returned an invalid status code 'BadRequest'
Source=Microsoft.PowerPlatform.Cds.Client
I already verified the field names and GUID also exists in dynamics.
Can you please help me out here?
Thanks in advance!
Regards,
Hardik Shah
HI @hardik_486 ,
How do you update the LookUp field in your Account Entity? Using Microsoft.Powerplatform.Cds.Client?
Please make sure the 'test_accountid' is the logic name of the LookUp field in your Target Entity. Please go to the CDS in your PowerApps, then find your Target Entity, then find the logic name of the LookUp field, rather than go to your Dynamics CRM.
According to the issue that you mentioned, I think this issue may be related to this ALPHA version -- Microsoft.Powerplatform.Cds.Client -Version 0.2.14-Alpha.
Please consider submit an assisted support ticket through the following link for further help:
https://powerapps.microsoft.com/en-us/support/pro
Regards,
Hi,
Thanks for quick response.
Yes it seems the same issue in other thread. I tried lots of thing but it is not working with lookup fields.
Regards,
Hardik Shah
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
65
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1