Getting an error while loading data into annotation entity in dynamic CRM using mapping data flow in ADF for ownerid field.

Nikita Randive 65 Reputation points
2023-05-31T05:42:27.38+00:00

Hi,

I am getting an error while loading the data to the annotation entity for the ownerid field using mapping data flow in adf.

User's image

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2023-05-31T20:13:57.35+00:00

    Hello Nikita Randive,

    Welcome to the MS Q&A platform.

    As per the error message, there is an issue with the payload provided for the entity 'annotations'. and 'PrimitiveValue' node with a non-null value was found when trying to read the value of the property 'ownerid', but a 'StartArray' node, or a 'PrimitiveValue' node with a null value was expected.

    Please check if the payload provided in the correct format or if there are any missing or incorrect values in the payload that could be causing the issue.

    Also, check the data types of the properties in the payload to ensure that they match the expected data types.
    I hope this helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.