"tablename": {
"incident": "sample string"
}.
If the result response has some value then its working fine. incase if the response is like
"tablename": {
"incident": ""
}
類似のエラーメッセージ
- Flow error using External Services でのエラー
- POST record, get new record GUID, insert into SF record that triggered flow.
Salesforce サポートがそれを解決するのに役立ちました。整数フィールドに戻り値があり、Salesforce には文字数が多すぎました。この問題を回避するには、コールアウト マッピングのフィールド タイプを整数から倍精度に変更する必要がありました。
Salesforce Support helped me figure it out. There was a returned value in integer fields that were too many characters for salesforce. I needed to workaround the issue by changing field types in the callout mapping from integer to double.