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:
{
"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')"
}
}