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?
A. DataRaptor Post Action between Step 2 and Step 3
B. Integration Procedure Action between Step 2 and Step 3
C. DataRaptor Post Action inside Step 2
D. Integration Procedure Action inside Step 3
D. Integration Procedure Action inside Step 3
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.