In an Integration Procedure, you need 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 Calculation Action to call a Calculation Procedure.
B. Use a Set Values Element inside a Loop Block.
C. Use a List Action to merge the array elements together.
D. Use a Matrix Action to call a Calculation Matrix
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
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce?
A. A DataRaptor Transform that maps the new Email address to the old Email address field.
B. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
C. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
D. A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.
You want to edit a FlexCard. Which question should you ask and answer before you make changes to the active version of the FlexCard?
A. Is the FlexCard used anywhere else?
B. Will the FlexCard only be used for testing?
C. Where will the FlexCard be available to use?
D. Has the FlexCard been cloned before?
You are configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure, but you do not want to wait for the response for the user to proceed.
What feature do you enable?
A. Toast Completion
B. Invoke Mode Fire and Forget
C. Invoke Mode Non-Blocking
D. Use Future
You have a FlexCard with five FlexCard states. Four of the states have a condition. Two of the states have true conditions. Which state will be displayed?
A. The state that has the higher priority
B. The state that is closer to the top in the FlexCard canvas
C. The state that has no condition
D. The state that is closer to the bottom in the FlexCard canvas
Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?
A. Attributes {{attrs}}
B. Page parameters {{params}}
C. Session variables {{session}}
D. Object {{objj}}
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. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type.
B. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
C. The fields that are not updated are read only in Salesforce.
D. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
Which three are true about Calculation Matrix inputs?
Choose 3 answers
A. They can be a combination of values.
B. They must contain numerical data.
C. They can represent ranges.
D. They must be unique.
What OmniScript Element only displays a rich-text HTML formatted code block?
A. Edit Block
B. Text Area
C. Text
D. Text Block