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

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.