A developer creates a new FlexCard to display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions.
During testing, several fields display with the correct data, but one of the fields shows only the label.
What could cause this?
A. The fields have exceeded the maximum number allowed on the card.
B. The field is null 0 the Salesforce record.
C. {recordld} us misspelled in the Data Source Input Map.
D. There are no test parameters configured.
A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form. How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?
A. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
B. Add a navigation Action inside each step and set the Component name to `'Cancel'',
C. Add a navigation Action outside each step and set the Element Name to `'Cancel'',
D. Add a navigation Action inside each step and set the Element Name to `'Cancel'',
A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls
to the REST APIs sometimes take longer than expected to response.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system's knows performance issues, which configuration should be used to implement the call to the external system? Choose 2 answers
A. Set the Timeout property on the HTTP Action in the Integration Procedure
B. Configure a Remote action with timeout settings of 120000
C. Check the Chainable checkbox on the integration procedure Action in the OmniScript
D. Check the Chain on Step Check on the HTTP Action in the Integration Procedure
A developer is troubleshooting an Integration Procedure with two elements: A Remote Action named FetchCart and a Response Action named ResponseCart. In Preview, what JSON node shows the data sent to the Response Action?
A. FetchCart
B. Response
C. ResponseCartDebug
D. ResponseCart
An OmniScript displays data from an API using Integration Procedure, but some of the data is missing. Which two configuration errors 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 JSOW 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.
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))
A developer configure a Flexcard with a DataRaptor data source that uses the params.id as an. When the developer clicks Views Data on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display. What could cause this error?
Choose 2 answers
A. The Data Node field for the FlexCard is empty.
B. The RecordId in the Test Data Source settings ins for the wrong record type.
C. The attribute haven't been configured to pass the data to the fields.
D. There is not Salesforce record for the FlexCard based on the RecordId in the layout's Test Data Source Settings.
...... 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
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
A developer is building an OmniScript and needs to retrieve data from Salesforce and from an on-premises billing database.
Which two OmniScript elements could retrieve this data?
Choose 2 answers
A. Navigate Action
B. DataRaptor Extract Action
C. HTTP Action
D. Response Action