Salesforce Certified OmniStudio Developer — Question 17
What OmniStudio tool pre-populates the data in a PDF used by an OmniScript?
Answer options
- A. A Data Raptor Extract
- B. A Data Raptor Transform
- C. A DataRaptor Load
- D. A SOQL Query
Correct answer: B
Explanation
The correct answer is B, as a Data Raptor Transform is specifically designed to manipulate and prepare data for outputs such as PDFs in OmniScripts. The other options either extract data (A), load data (C), or query data (D), but do not perform the necessary transformation to pre-populate a PDF.