Salesforce Certified OmniStudio Developer — Question 9
A developer is building an OmniScript and needs to retrieve data from many fields in a Salesforce record.
Which OmniScript element does this?
Answer options
- A. Lookup
- B. HTTP Action
- C. Select
- D. DataRaptor Extract Action
Correct answer: D
Explanation
The correct answer is D, DataRaptor Extract Action, because it is specifically designed to extract data from Salesforce records. The other options, such as Lookup and HTTP Action, serve different purposes, while Select is used for choosing among predefined options rather than extracting data from a record.