I've created a flow with the intention of taking results from a Form and creating a new record in our Dynamics 365 CRM. We've made flows like this before which have worked fine, but now I get the following error:
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_a_new_record' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/_new_tempo_org_value' is required to be of type 'String/uuid'. The runtime value '"Tempo"' to be converted doesn't have the expected format 'String/uuid'.
Basically, I have no idea what this means, and any help would be greatly appreciated!
Here is the code in case it's relevant:
Solved! Go to Solution.
Are you mapping _new_tempo_org_value to CRM in a look up field? If it is then the format is the entity logical name/Guid. At this stage if you only have a text value then you need to add another Power Automate action to get the related text GUID from the relational entity. Once you have that GUID you can map the value in that lookup field.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video Tutorials
Could you please try enclosing the parameter in the new_tempo_org_value as a string when passing the input.
String('value to be passed in the field new_tempo_org_value').
Please follow the above step and let us know if that helps with resolution of the issue.
If this information helps you with resolution, please consider giving a thumbs up and mark the solution as resolved.
Sorry I'm not really sure what you mean. I'm very new to Flow so if you could give me a screen shot or something of what it should look like, that would be great!
Are you mapping _new_tempo_org_value to CRM in a look up field? If it is then the format is the entity logical name/Guid. At this stage if you only have a text value then you need to add another Power Automate action to get the related text GUID from the relational entity. Once you have that GUID you can map the value in that lookup field.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHello,
Yes it is a lookup. Which function is it specifically that I will need to add to my flow? I've tried looking but I'm not sure. We basically have a list of "Regions" in the CRM with set names which match those in the Form. I need the Flow to look at the GUIDs of the Regions in the CRM and match them to whichever answer someone gave in the form. Is that possible?
You need to use List records actions step and set the filter query
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsThank you for your help. I've tried this, but it says "BadRequest" and says it's a Syntax Error?
Any luck on this issue? I am facing the same.
You need to add a single quotation mark 'Value' around the value.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!