Salesforce Certified OmniStudio Developer — Question 10
An OmniScript displays data from an API using an Integration Procedure, but all of the data is missing. What two errors could cause this? (Choose two.)
Answer options
- A. The API url is not allowlisted in Salesforce.
- B. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
- C. The OmniScript has no active version.
- D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
Correct answer: A, B
Explanation
The correct answers are A and B because if the API URL is not allowlisted, the request will fail, leading to missing data. Additionally, if the JSON structure from the Integration Procedure Action does not align with the expected Original Input, the data will not be processed correctly. The other options, while potentially problematic, do not directly cause the absence of data from the API.