I have built a very simple Dynamics 365 Flow - when a lead record is created in one org create a new lead record in another org in the same tenant. System admin rights in both orgs.
This is the error.
{
"status": 400,
"message": "An error occurred while validating input parameters: Microsoft.OData.ODataException: Does not support untyped value in non-open type.\r\n at System.Web.OData.Formatter.Deserialization.DeserializationHelpers.ApplyProperty(ODataProperty property, IEdmStructuredTypeReference resourceType, Object resource, ODataDeserializerProvider deserializerProvider, ODataDeserializerContext readContext)\r\n at System.Web.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyStructuralProperties(Object resource, ODataResourceWrapper resourceWrapper, IEdmStructuredTypeReference structuredType, ODataDeserializerContext readContext)\r\n at Microsoft.Crm.Extensibility.OData.CrmODataEntityDeserializer.ApplyStructuralProperties(Object resource, ODataResourceWrapper resourceWrapper, IEdmStructuredTypeReference structuredType, ODataDeserializerContext readContext)\r\n at System.Web.OData.Formatter.Deserialization.ODataResourceDeserializer.ReadResource(ODataResourceWrapper resourceWrapper, IEdmStructuredTypeReference structuredType, ODataDeserializerContext readContext)\r\n at System.Web.OData.Formatter.ODataMediaTypeFormatter.ReadFromStream(Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger)",
"source": "XXXXXXX.crm.dynamics.com",
"errors": [],
"debugInfo": "clientRequestId: dfef65ad-d593-4f4f-a5a7-52b05611aabf"
}
This error indicates that the json you are trying to post contains a property that does not exist on an entity.
Hi @crminnovation,
Could you please share a screenshot of your flow's configuration?
The error message told that there is something wrong with the input parameters that you provided within the "When a record is created" trigger or the "Create a new record" action of your flow. You provided a unsupported untyped value in the non-open type field.
Please check if you have filled proper value within the "When a record is created" trigger or the "Create a new record" action. I have made a test on my side and don't have the issue that you mentioned.
Please also check and see if the following article would help in your scenario:
Best regards,
Kris