Salesforce Certified OmniStudio Developer — Question 29
A developer needs to limit the output of a DataRaptor Extract to a maximum of one result.
How should the developer configure this?
Answer options
- A. Define a formula with the Filter function
- B. Use a Custom Output Type when creating the DataRaptor
- C. Use the LIMIT filter on the Extract definition
- D. Set the Limit property on the action that calls the DataRaptor Extract
Correct answer: C
Explanation
The correct answer is C because applying the LIMIT filter directly on the Extract definition is the specific method to restrict the output to a maximum of one result. Options A, B, and D do not provide the appropriate means to achieve this limit on the results returned by the DataRaptor Extract.