Hi!
I've already tried to check from the flow page and everything work perfectly.
I've also tried to create a new app with new flow and adding it to a button but still the same registration error...
this is my autogenerated json:
{
"inputs": {
"host": {
"connection": {
"name": "@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_sql']['connectionId']"
}
},
"method": "post",
"body": {},
"path": "/v2/datasets/@{encodeURIComponent(encodeURIComponent('default'))},@{encodeURIComponent(encodeURIComponent('default'))}/procedures/@{encodeURIComponent(encodeURIComponent('[dbo].[UpdatesStatoContattoLO]'))}",
"authentication": {
"type": "Raw",
"value": "@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']"
}
},
"metadata": {
"flowSystemMetadata": {
"swaggerOperationId": "ExecuteProcedure_V2"
}
}
}
Sorry but i'm not able to debug json code, thank you in advance for your help!