Salesforce Certified OmniStudio Developer — Question 13
A developer is building a DataRaptor Load for an Integration Procedure used in an OmniScript.
Based on best practices, how should the developer configure the Input JSON?
Answer options
- A. Build the Input JSON node by node in an editor.
- B. Build the Input JSON node by node in the DataRaptor Designer.
- C. Copy the Input JSON from the OmniScript {Data} modal.
- D. Copy the Input JSON from the DataRaptor Action Debug node.
Correct answer: D
Explanation
The correct answer is D because copying the Input JSON from the DataRaptor Action Debug node ensures that the JSON is structured according to the DataRaptor's requirements. Options A and B involve manual construction, which may lead to errors, and option C suggests an incorrect source for the JSON that might not align with the DataRaptor's specifications.