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

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.