1. Salesforce OmniStudio Documentation
Integration Procedure Action: "To filter the response from the Integration Procedure
enter a path to a node in the Response JSON Path field. The data from the node is merged into the OmniScript's data JSON." This confirms that an incorrect path can trim data (Option A).
2. Salesforce OmniStudio Documentation
OmniScript Data JSON: "OmniScript elements display and update data in the OmniScript's data JSON. The Name of an element must match a key in the data JSON for the element to populate with data." This supports the reasoning for Option B.
3. Salesforce OmniStudio Documentation
Test an Integration Procedure: "The Preview tab enables you to test the Integration Procedure by providing input parameters and viewing the output... This is for design-time testing." This confirms that preview parameters do not affect runtime calls
making Option C incorrect.