A developer creates an OmniScript to update billing information. After analyzing the different types of customer interactions that occur at the company, the developer determines updating billing information should be included in the majority of customer interactions, which are represented by more than 20 different FlexCards.What is the most efficient way for the developer to configure the action that invokes the OmniScript?
A developer needs to create a DataRaptor to retrieve the name of an account for a contact.Following best practices, how should a developer configure the extraction steps?
A developer needs to change some field labels on a FlexCard. The FlexCard is currently deployed to production. The developer decides that the best course of action is to version the FlexCard rather than cloning it.Which factor would lead the developer to this decision?
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?
When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated.Which two errors could cause this behavior? (Choose two.)
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 business, calls to the REST APIs sometimes take longer than expected to respond.The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.Given the external system's known performance issues, which two configurations should be used to implement the call to the external system? (Choose two.)