I am trying to get a Flow working that creates opportunities in Dynamics. I had this working a while back, not sure why it isn't working now...
Anyway, getting the error:
"Does not support untyped value in non-open type"
But it doesn't tell me which piece of data it is complaining about. Currently I pass 24 values from PowerApps to this Flow. How do I figur eout what it is complaining about?
Full error is:
{
"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.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": "insightgloballlc.crm.dynamics.com",
"errors": [],
"debugInfo": "clientRequestId: 617018ae-725e-46d1-b6cc-1628f3eaf8b4"
}
Yes I create new record.
I figured out though that there was one of the fields I put data into that for some reason it didn't like and it showed up weird in Flow... most Create new record fields show the friendly names this one showed a new_ name... not sure where it came from.
Anyone I took the data out of it and it wasn't needed and everythign works now.
Hi @Mattw112IG ,
Did you use the 'Create a new record' action in your flow?
Please use the 'Create a new record(preview)' for a try.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.