AshaIT | 2024-10-13 14:33:29 UTC | #1
Hi All
I built Data action to retrieve some fields from Salesforce, I get back all values in JSON but not in Template. Here is Input and output contract.
Looking for help for translation Map/Defaults and success template to pull out specific fields as below by sending Phone Number from Array/objects. Any help will be appreciated, Thanks
Input Contract: { "title": "Phone Number Request",
"type": "object", "required": [ "PHONENUMBER" ], "properties": { "PHONENUMBER": { "type": "string" } }, "additionalProperties": true }
Output Contract: {
"type": "object",
"properties": {
"errorMessage": {
"type": "string"
},
"body": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"priority": {
"type": "string"
},
"account": {
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"Account_Name": {
"type": "string"
},
"Birthdate": {
"type": "string"
}
system | 2024-11-13 14:47:45 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 29845