Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
6,726 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
There is a CRM table that is being upserted for a Multi-Select values (Choices) through ADF copy activity. Values are being sent as String such as "1,2". But CRM complains
Dynamics operation failed with error code: -2147220989, error message: Incorrect attribute value type System.String
Tried with Postman with a PUT request as below and it is working absolutely fine.
PUT https://me.crm11.dynamics.com/api/data/v9.1/products(3ABCC128-XYZA-470D-8DAC-EIRY6478288F)/category/ HTTP/1.1
Content-Type: application/json
OData-MaxVersion: 4.0
OData-Version: 4.0
{
"value": "1,2"
}
How do I mimic this value setting in Copy activity?
Hi @Bala ,
Could you please share clarifications on above commented queries? That will help us to follow along issue and provide detailed resolution. Thank you.
Hi @Bala ,
Did you get chance to share details on above requested clarifications? Details on clarifications will help us to follow along issue and provide detailed resolution. Thank you.