Salesforce Certified OmniStudio Developer — Question 48
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing.
Which two configuration errors could cause this? (Choose two.)
Answer options
- A. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
- B. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
- C. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
- D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
Correct answer: A, C
Explanation
Option A is correct because if the JSON Path is incorrectly set, it may inadvertently omit data. Option C is also correct as mismatches between the element name and JSON node key can lead to data not being displayed. Options B and D are incorrect since they refer to input mismatches rather than configuration errors that would specifically cause data omission.