Valid OmniStudio-Consultant Dumps shared by ExamDiscuss.com for Helping Passing OmniStudio-Consultant Exam! ExamDiscuss.com now offer the newest OmniStudio-Consultant exam dumps, the ExamDiscuss.com OmniStudio-Consultant exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com OmniStudio-Consultant dumps with Test Engine here:
A company needs to create an OmniScript with three steps. * Step 1 * Step 2 * Step 3 Enter customer details Select a product Display a price retrieved from a REST API The product's price should automatically display in Step 3. What should the consultant add to the design of the OmniScript to meet these requirements?
Correct Answer: D
Explanation The consultant should add an Integration Procedure Action inside Step 3 to meet the requirements. An Integration Procedure Action can execute an Integration Procedure that invokes a REST API and retrieves the product price. The Integration Procedure Action can be configured to run automatically when Step 3 is loaded, and display the price in a field or label element
Recent Comments (The most recent comments are at the top.)
Maxime - Aug 16, 2024
B is the correct one
Mauricio - Jun 24, 2024
I would say Its B because placing this action between Step 2 (where the user selects a product) and Step 3 (where the price should be displayed) ensures that after the user selects a product, the OmniScript can make a request to the REST API to retrieve the price information. Once the price data is fetched successfully, it can then be passed to Step 3 to display to the user.
Placing an Integration Procedure Action inside Step 3 would mean it executes after Step 3 has started, which is not ideal for fetching data that needs to be displayed as soon as Step 3 loads after Step 2.
Recent Comments (The most recent comments are at the top.)
B is the correct one
I would say Its B because placing this action between Step 2 (where the user selects a product) and Step 3 (where the price should be displayed) ensures that after the user selects a product, the OmniScript can make a request to the REST API to retrieve the price information. Once the price data is fetched successfully, it can then be passed to Step 3 to display to the user.
Placing an Integration Procedure Action inside Step 3 would mean it executes after Step 3 has started, which is not ideal for fetching data that needs to be displayed as soon as Step 3 loads after Step 2.