Which element retrieves data from a Salesforce picklist in an org?
A business is creating a new OmniScript that will allow agents to launch a guided selling process from an account detail page. The consultant reviews the initial design proposed for the OmniScript and sees that the process the following steps:
• Step 1: Enter account name to retrieve account information
• Step 2: Review and edit account information
• Step 3: Select products
• Step 4: Enter payment information
Following best practices, what suggestion should the consultant make to improve the design?
Which OmniScript element can be used to retrieve data from more than one source?
An Integration Procedure calls a REST API to retrieve weather data. The API requires certain parameters, such as the city and country, to be passed as query parameters in the URL.
How should the OmniStudio Consultant manage the configuration of these parameters in the HTTP Action?
An OmniStudio Consultant is reviewing a complex Integration Procedure (IP) that contains over 20 actions in a linear sequence.
Which best practice should the consultant recommend to improve the maintainability and readability of this Integration Procedure?
A pop-up window will display additional information about the campaign, such as details about the members. A button must initiate a guided process to add new leads to the campaign.
Which two FlexCard features should the consultant recommend to meet these requirements?
Choose 2 answers
A company has an existing OmniScript that gathers customer information. User feedback suggests that the current process requires too much typing because all the data is entered into input text fields. The users also are concerned because there is no validation in the data that is entered, and users can sometimes enter data that contains errors. The required inputs are first name, last name, age, and email, users are also presented a brief questionnaire regarding customer satisfaction.
Which three input elements can the consultant recommend to improve usability and to provide validation?
Choose 3 answers
When a customer wants to buy a new device, a discounted rate can be applied after considering the number lines and internet coverageon their current plan.
Which OmniStudio tool could a consultant recommend to get the discounted rate?
A company plans to rebuild a process that includes functionality that was originally written in APEX and Visual pages using OmniScript. The consultant reviews the process and sees in the first step, the user reviews data and, then enters additional information. In the next step, the process retrieves data from an external system.
In this scenario, which OmniStudio data tool should the consultant recommend?
In an Integration Procedure, what group element will control whether an individual action executes?