Hello,
Since few days i have the error below on my task "Updatedetails"
{
"error": {
"code": 400,
"message": "Cannot set child value ' !' on Newtonsoft.Json.Linq.JValue:''",
"source": "flow-apim-europe-001-northeurope-01.azure-apim.net",
"path": "choose[17]\\when[1]\\choose\\when[1]",
"policyId": "",
"clientRequestId": "dde4f911-5e01-4e15-8a4c-72de393073b7"
}
}
Here is the code of my task :
{
"type": "OpenApiConnection",
"inputs": {
"parameters": {
"id": "@outputs('Créer_une_tâche_4')?['body/id']",
"body/description": "Nom du demandeur : @{outputs('Get_response_details')?['body/r7c83ac75d8a64a15bc07f4c70f96cbd7']} \n\nDescription du besoin : @{outputs('Get_response_details')?['body/r6ed865c495144a5da0f991f3c2d05aba']}\n\nUtilisateurs finaux : @{outputs('Get_response_details')?['body/r0cc1ddfc2c324e79a0fc9c5a84eb6d7c']}\n\nSources de données identifiées : @{outputs('Get_response_details')?['body/r190a750c69724b619e9fc867ca442fab']}\n\nDonnées à exploiter : @{outputs('Get_response_details')?['body/r93e05892641648e1ae8862072d975db3']}\n\nRègles de gestion pour calcul indicateurs : @{outputs('Get_response_details')?['body/r63490662a45d47728b7b32e17da3bdd0']}\n\nType de visualisation : @{outputs('Get_response_details')?['body/re3971e49d23e4d1bbffdd7be6990bca1']}\n\n\n",
"body/references": "@body('Sélectionner')"
},
"host": {
"apiId": "/providers/Microsoft.PowerApps/apis/shared_planner",
"connection": "shared_planner",
"operationId": "UpdateTaskDetails_V2"
}
},
"runAfter": {
"Ajouter_des_destinataires_à _une_tâche_5": [
"Succeeded"
]
},
"metadata": {
"operationMetadataId": "c9e61200-8413-4e24-9441-d5f9ed45cd05"
}
}
Could you help me to solve this error ?