What OmniStudio tool pre-populates the data m a PDF used by an OmniScript?
A. A SOQL Query
B. A DataRaptor Load
C. A DataRaptor Extract
D. A DataRaptor Transform
A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?

A. Option A
B. Option B
C. Option C
D. Option D
In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?
A. It must be included in constants.
B. It must be a matrix lookup step.
C. It must be a calculation step.
D. It must be included in the calculation output.
A developer is building an OmniScript and needs to retrieve data from a single field in a Salesforce record.
Which OmniScript element does this?
A. Lookup
B. Select
C. HTTP Action
D. DataRaptor Post Action
In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array.
Based on best practices, what two methods are recommended?
Choose 2 answers
A. Use a List Action to merge the array elements together.
B. Use a Calculation Action to call a Calculation Procedure.
C. Use a Set Values Element inside a Loop Block.
D. Use a Matrix Action to call a Calculation Matrix.
Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP URL?

A. %DRReadCase: CaseNumber%
B. ((DRRCase, CaseNumber))
C. MTTOPDetCaseDetail: CaseNumber%
D. ((CaseNumber))
Refer to the following row-versioned calculation matrix.

The developer needs to delete the row that contains the Code CA-SF. If the developer deletes that row in Version 3, what is the result?
A. The row is delete only in Version 3.
B. The row is deleted In Versions 2 and 3 but will remain in Version 1.
C. The row is deleted in Version 3 and Version 1.
D. The row is deleted in all versions
Refer to the exhibit.
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.

A. Option A
B. Option B
C. Option C
D. Option D
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data. What error could cause this behavior?
Choose 2 answers
A. The fields that are not updated are read only in Salesforce.
B. In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.
C. The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.
D. ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor
Refer to the exhibit below. What JSON from the DRGetContactDeteils action would display all six values correctly in the shown? BlkCases is a Repeat Block, and the names of the elements are the same as the label names without spaces.


A. Option A
B. Option B
C. Option C
D. Option D