I want to get multiple contacts in Salesforce Data action.
I have set up Responce as follows.
{ "translationMap": { "contact": "$.searchRecords" }, "successTemplate": "{"contacts": ${contact}}" }
However, when the test is executed, an error is output as follows.
JSON failed output schema validation for the following reasons: instance type (object) does not match any allowed primitive type (allowed: ["array"])
Can't I get multiple Contacts in Salesforce Data action?