The card layout below has an Integration Procedure as a data source. The cards use the layout data source. Which JSON data structure below supports this card layout and uses best practices.
A)
"“ContactCellPhone™: "(212) 154-8562",
"ContactName": "Edward Stamos",
“AccountPhone": "2221546450",
"AccountName”: "Acme"
I
{
"ContactCellPhone™: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone"™: "2221546450",
"AccountName"™ "Acme"
}
]
B)
"Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
}
In this Integration Procedure structure, what Send JSON Path would you use to send the output of the Action1 element to a Remote Action?
You want to send all data from a FlexCard’s data source to a Datatable in a child FlexCard. What is the variable you put in the Data Node
field in the parent FlexCard that gets all the records?
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
You have configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown. Alternatively, how would you configure Additional Input to send exactly the same data? Assume that you check Send Only Additional Input.
A)
B)
C)
D)
in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?
What JSON code correctly represents the step in the OmniScript Structure panel shown?
In an OmniScript, what is unique about a Requirement in a Messaging element?
Choose 2 answers
Which property enables custom Lightning web components to override an individual OmniScript element’s component?
in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?
What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?