An undeclared property 'alternis_calloutcome' which only has property annotations in the payload but no property value was found in the payload. In OData, only declared navigation properties and declared named streams can be represented as properties with

Nikita Randive 60 Reputation points
2023-05-10T11:32:57.4133333+00:00

I am trying to add lookup fields in Dynamic CRM sink using mapping data flow in a pipeline. Getting the below error.

Job failed due to reason: Error response from server: Some({"error":{"code":"0x80048d19","message":"Error identified in Payload provided by the user for Entity :'phonecalls', For more information on this error please follow this help link https://go.microsoft.com/fwlink/?linkid=2195293 ----> InnerException : Microsoft.OData.ODataException: An undeclared property 'alternis_calloutcome' which only has property annotations in the payload but no property value was found in the payload. In OData, only declared navigation properties and declared named streams can be represented as properties without values.\r\n at Microsoft.OData.JsonLight.ODataJsonLightResourceDeserializer.ReadUndeclaredProperty(IODataJsonLightReaderResourceState resourceState, String propertyName, Boolean propertyWithValue)\r\n at Microsoft.OData.JsonLight.ODataJsonLightResourceDeserializer.ReadPropertyWithoutValue(IODataJsonLightReaderResourceState resourceState, String propertyName)\r\n at Microsoft.OData.JsonLight.ODataJsonLightResourc

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} vote

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,442 Reputation points Microsoft Employee
    2023-05-11T20:48:54.5233333+00:00

    Hi @Nikita Randive Thanks for using Microsoft Q&A forum and posting your query.

    Looking at the error message it seems like the error is thrown by Dynamics CRM and nothing to do with Mapping data flow.

    I'm not an expert with Dataverse (Dynamics CRM), but as per my research, but as per my research, the issue occurs if there is no/incorrect single-valued navigation property in the entity type. For more information about this error and possible solutions, please refer to this troubleshooting guide.

    Troubleshooting Guide: Error identified in Payload provided by the user for Entity '{entity name}'

    User's image

    Here is a another Q&A thread where a similar issue has been discussed: Need single-valued navigation properties in OData for lookups

    Related article: How to fix getting “Undeclared Property Error” when using Lookups with Dynamics 365 Web API

    Hope this helps. And if you have further questions regarding this Dynamics CRM error, I recommend reaching out in Dynamics CRM community forum.


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.