Salesforce Certified OmniStudio Developer — Question 44

A developer needs to display read-only contact information in an OmniScript. The developer will format the information as a table, using merge codes to dynamically include first name, last name, street address, state, postal code, and country from the data JSON.
Which OmniScript element should the developer use to meet this requirement?

Answer options

Correct answer: B

Explanation

The correct answer is B, Text Block, as it allows for the display of formatted text which can include merge codes for dynamic content. Options A and D, while they can display text, are not specifically designed for structured data display like a table. Option C, Edit Block, is incorrect because it allows user input, which does not fit the requirement for read-only information.