Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
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')"
    }
}
  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: 'String' is not convertible to type/format 'String/uuid'

    Hi @Geezer 

     

    Could you please create a new post and a screenshot of your issue?

     

    Thanks

  • Geezer Profile Picture
    68 on at
    Re: 'String' is not convertible to type/format 'String/uuid'

    Thank you for the reply. But I don't understand anything you said. I don't have a lookup. I have a string. I create a field in dataverse that is text. I can't put the string there because of the error message mentioned above.

  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: 'String' is not convertible to type/format 'String/uuid'

    Hi @Geezer 

     

    You need the entity logical name / Guid to set the lookup.

     

    Thanks

  • Geezer Profile Picture
    68 on at
    Re: 'String' is not convertible to type/format 'String/uuid'

    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'.

  • fran2105 Profile Picture
    35 on at
    Re: 'String' is not convertible to type/format 'String/uuid'

    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. 
     
  • Abdullah_Awad Profile Picture
    on at
    Re: 'String' is not convertible to type/format 'String/uuid'

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

  • pmannepalli Profile Picture
    5 on at
    Re: 'String' is not convertible to type/format 'String/uuid'

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

  • CharlotteWest Profile Picture
    13 on at
    Re: 'String' is not convertible to type/format 'String/uuid'

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

     

    CharlotteWest_0-1594645039992.png

     

  • abm abm Profile Picture
    32,506 Most Valuable Professional on at
    Re: 'String' is not convertible to type/format 'String/uuid'

    Hi @CharlotteWest 

     

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

     

    image.png

  • CharlotteWest Profile Picture
    13 on at
    Re: 'String' is not convertible to type/format 'String/uuid'

    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?

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Featured topics