我正在使用 Azure 逻辑应用程序通过操作调用 Microsoft Graph API HTTP - HTTP
。对于此 API,我需要使用以下正文执行 POST 请求:
{
"@odata.id": "<guid>"
}
当我尝试保存逻辑应用程序时,此错误显示:
Failed to save logic app <redacted>. The template validation failed: 'The template action '<redacted>' at line '1' and column '144589' is not valid: "Unable to parse template language expression 'odata.id': expected token 'LeftParenthesis' and actual 'Dot'.".'.
如何在我的 JSON 有效负载中使用此属性?