Salesforce Certified OmniStudio Developer — Question 22
A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and executes the preview. The developer sees the data extracted by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?
Answer options
- A. The Response cannot be previewed directly.
- B. A Response Action was not added to the Integration Procedure.
- C. The AccountId used for the preview is Invalid.
- D. The DataRaptor Action did not have the Add Response To Response JSON property set to true.
Correct answer: B
Explanation
The correct answer is B because without a Response Action, the Integration Procedure won't return any data, resulting in an empty response. Option A is incorrect as responses can be previewed, while option C is not the cause since the AccountId was entered correctly. Option D is also incorrect; however, the absence of a Response Action is the primary reason for the empty response.