web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / 'String' is not conver...
Power Automate
Answered

'String' is not convertible to type/format 'String/uuid'

(0) ShareShare
ReportReport
Posted on by 13

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:

{
    "inputs": {
        "host": {
            "connectionName""shared_dynamicscrmonline",
            "operationId""PostItem",
            "apiId""/providers/Microsoft.PowerApps/apis/shared_dynamicscrmonline"
        },
        "parameters": {
            "dataset""org921834c6.crm11",
            "table""leads",
            "item/tempo_businesstype""@triggerOutputs()?['body/resourceData/responseId']",
            "item/description""@outputs('Get_response_details')?['body/rd33e510e232a44e5875406c4da98d615']",
            "item/firstname""@outputs('Get_response_details')?['body/r9f0360f9b274495c9415556b288ef7f4']",
            "item/subject""@outputs('Get_response_details')?['body/r575b637e844f4dc890f2f0e8b726904e']",
            "item/lastname""@outputs('Get_response_details')?['body/r7c555ff840184a2d9e6c79faa54228db']",
            "item/leadsourcecode""@triggerOutputs()?['body/resourceData/responseId']",
            "item/_new_tempo_org_value""@outputs('Get_response_details')?['body/r3b985bc5ae274c788cecef34ad9d8b6b']",
            "item/_tempo_areaofdelivery_value""@outputs('Get_response_details')?['body/rebdaea9d550241ceb90f118afb6a6661']",
            "item/_tempo_businesstype_label""New Business",
            "item/emailaddress1""@outputs('Get_response_details')?['body/rfc98195d03b64c5395388f6f3388b49d']",
            "item/jobtitle""@outputs('Get_response_details')?['body/rd2572722e14f4dabb73e976d0cddd1cb']",
            "item/_leadsourcecode_label""",
            "item/_tempo_leadtype_label""",
            "item/mobilephone""@outputs('Get_response_details')?['body/r993e7ba5106d43d6b2b84718ffab4988']",
            "item/_tempo_rating_label""",
            "item/_address1_addresstypecode_label""Default Value",
            "item/_address2_addresstypecode_label""Default Value",
            "item/_budgetstatus_label""",
            "item/confirminterest"false,
            "item/_customerid_type""",
            "item/decisionmaker"false,
            "item/donotbulkemail"false,
            "item/donotemail"false,
            "item/donotfax"false,
            "item/donotpostalmail"false,
            "item/donotphone"false,
            "item/evaluatefit"false,
            "item/followemail"true,
            "item/msdyn_gdproptout"false,
            "item/_tempo_industry_label""",
            "item/_industrycode_label""",
            "item/_initialcommunication_label""",
            "item/donotsendmm"false,
            "item/_need_label""",
            "item/_prioritycode_label""Default Value",
            "item/_ownerid_type""",
            "item/participatesinworkflow"false,
            "item/_preferredcontactmethodcode_label""Any",
            "item/_purchaseprocess_label""",
            "item/_purchasetimeframe_label""",
            "item/_leadqualitycode_label""",
            "item/_salesstagecode_label""Default Value",
            "item/_salesstage_label""",
            "item/tempo_singlemultisite"false,
            "item/_statuscode_label""",
            "item/websiteurl""@outputs('Get_response_details')?['body/r20b11fa91a25470b8e63977b491af7a8']"
        },
        "authentication""@parameters('$authentication')"
    }
}
Categories:
  • Krishna92 Profile Picture
    Microsoft Employee on at

    @CharlotteWest 

     

    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.

  • CharlotteWest Profile Picture
    13 on at

    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!

  • Verified answer
    abm abm Profile Picture
    33,004 Most Valuable Professional on at

    Hi @CharlotteWest 

     

    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

  • CharlotteWest Profile Picture
    13 on at

    Hello, 

     

    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?

  • abm abm Profile Picture
    33,004 Most Valuable Professional on at

    Hi @CharlotteWest 

     

    You need to use List records actions step and set the filter query

     

    image.png

  • CharlotteWest Profile Picture
    13 on at

    Thank you for your help. I've tried this, but it says "BadRequest" and says it's a Syntax Error?

     

    CharlotteWest_0-1594645039992.png

     

  • pmannepalli Profile Picture
    5 on at

    Any luck on this issue? I am facing the same.

  • Abdullah_Awad Profile Picture
    on at

    You need to add a single quotation mark 'Value' around the value.

  • fran2105 Profile Picture
    35 on at

    I'm getting the same error. 

    I want to approve a Purchase Order residing in D365. I created the flow with the appropriate triggers and conditions then i started the approval process. Once the request has been rejected/approved, I want to update the Purchase Order form on D365 with the approval status, approver comments, and the approver. However I'm getting this error (same error as this issue):

     

    OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Update_a_record' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/_msdyn_approvedrejectedby_value' is required to be of type 'String/uuid'. The runtime value 'admn-d36'' to be converted doesn't have the expected format 'String/uuid'.
     
    Does anyone have any suggestions? It would be greatly appreciated. 
     
  • Geezer Profile Picture
    68 on at

    This is also an issue for me.  Can anyone provide a link to Microsoft documentation on this? I have tried adding the expression guid() in front of the field in the Flow and still get this error.

     

    The 'inputs.parameters' of workflow operation 'Add_Line_Item_Row' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/cr37e_orderid' is required to be of type 'String/uuid'. The runtime value '"20558"' to be converted doesn't have the expected format 'String/uuid'.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 229 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 223 Super User 2026 Season 2

#3
Valantis Profile Picture

Valantis 136 Super User 2026 Season 2

Last 30 days Overall leaderboard