Salesforce Certified OmniStudio Developer — Question 46
A developer is building an OmniScript and needs to save data to Salesforce and to an AWS Order Management system.
Which OmniScript element could save all of this data?
Answer options
- A. DataRaptor Post Action
- B. Integration Procedure Action
- C. HTTP Action
- D. DataRaptor Load Action
Correct answer: B
Explanation
The correct choice is B, the Integration Procedure Action, as it is designed to handle complex integrations and can save data to multiple systems, including Salesforce and AWS. The other options, such as DataRaptor Post Action and DataRaptor Load Action, are more focused on data transformation and loading, while HTTP Action is used for making web requests rather than data integration.