Salesforce Certified OmniStudio Developer — Question 19

A developer is building an OmniScript and needs to retrieve data from a single field in a Salesforce record.
Which OmniScript element does this?

Answer options

Correct answer: B

Explanation

The correct answer is B, Lookup, as it is specifically designed to retrieve data from a single field in a Salesforce record. The other options, such as HTTP Action and DataRaptor Post Action, are used for different purposes like making API calls or posting data, while Select is typically used for choosing from multiple options rather than accessing a specific field.