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 creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed in the flyout?
Choose 2 answer
A. An OmniScript
B. An Integration Procedure
C. A DataRaptor
D. A Child FlexCard
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract? Choose 2 answers
A. It populates data in PDF and DocuSign format
B. It is easier to configure
C. It has better performance at runtime
D. It supports complex field mappings
A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.
A. {Records[0]}
B. {Records}
C. {Params records}
D. {recordId}
A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed.
Following best practices, which type of DataRaptor should the developer use?
A. DataRaptor Transform
B. DataRaptor Extract
C. DataRaptor Load
D. DataRaptor Turbo Extract
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 Set Values Element inside a Loop Block.
B. Use a Decision Matrix Action to call a Decision Matrix.
C. Use a List Action to merge the array elements together.
D. Use an Expression Set Action to call an Expression Set.
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
...... configure Additional input to send exactly the same data? Assume that the develop checked Send Only Additional input.
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseData node from the HTTP Action's output to the DataRaptor Transform Action?
A. %HTTPGetDetails:CaseData%
B. %DRXformCaseData: CaseData%
C. {{ HTTPGetCaseDetails:CaseData}}
D. {{CaseData}}