in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?
A. Select
B. HTTP Action
C. Lookup
D. DataRaptor Post Action
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?
A. Upsert Key
B. s Disabled
C. Is Lookup
D. Is Required For Upsert
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

A. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactNameTM: "Edward Stamos" }, { "ContactPhone": "(212) 189-6979". "ContactName": "Leanne Tomlin" } J, "AccountPhoneTM "2221546450", "AccountName" "Acme" }
B. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J, "AccountPhone": "2221546450", "AccountName": "Acme" }
C. {"ContactPhone": "(212) 169-1475", "ContactName". "Edward Stamos", "ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" }
D. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin" } ], "AccountPhoneTM: "2221546450", ""AccountNameTM: "Acme" }
Why do you need a Response Action element in an Integration Procedure?
A. Itenforces error checking.
B. It returns data to whatever called the Integration Procedure.
C. It controls where the user navigates after the Integration Procedure is completed.
D. It calls an APEX class and method.
How can a Card Layout be embedded within another Card?
A. Use an angular filter in a specific field in a card state
B. Use the Add Layout button in zone layout
C. Use a session variable on a Card
D. Use a card state with a Layout condition
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing. What error could cause this?
Choose 2 answers
A. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
B. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
C. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
D. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
In this Integration Procedure structure, what Send JSON Path would you use to send the output of the Action1element to a Remote Action?

A. Action1.BlockB_BlockA
B. BlockA.BlockB.Action1
C. Action1:BlockB:BlockA
D. BlockA:BlockB-Action1
Which property enables custom Lightning web components to override an individual OmniScript element's component?
A. LWC Component Override
B. HTML Template ID
C. Element Type to LWC Component Mapping
D. Enable LWC
You have so many fields on a FlexCard that it looks cluttered. Based on best practices, what is the most efficient way to declutter it?
A. Use a child FlexCard
B. Delete some of the actions
C. Use a flyout action
D. Use a datatable or chart element
In a Calculation Procedure, what is required for the output of a Calculation Step to be used in an Aggregation Step?
A. |t must be a calculation step
B. It must be a matrix lookup step
C. It must be included in the calculation output
D. It must be included in constants