According to Salesforce OmniStudio Integration Procedures documentation, when working with deeply nested JSON, Integration Procedures are ideal. They allow developers to flatten and manipulate JSON data, especially when handling external responses.
C. Integration Procedure – This is correct. IPs provide Response Transformers, DataRaptor Transforms, and Response Actions to reshape and simplify nested data structures for consumption by front-end components.
Incorrect Options:
A. DataRaptor Transform is used inside IPs but cannot directly handle external HTTP calls or manage complex orchestration.
B. HTTP Action Element is used inside an Integration Procedure, but by itself, it does not process or simplify the data.
D. Guided Workflow is not a recognized OmniStudio component for data transformation.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit