Azure Logic Apps を使用して、HTTP - HTTP
アクションを使用して Microsoft Graph API を呼び出しています。この 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 ペイロードでこの属性を使用するにはどうすればよいですか?