Certified OmniStudio Developer Exam QuestionsBrowse all questions from this exam

Certified OmniStudio Developer Exam - Question 28


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?

Show Answer
Correct Answer: B

If a developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action and the response is empty despite seeing the data extracted in the Debug Log, it indicates that the process successfully fetched the data but failed to return it in the response. This is because a Response Action was not added to the Integration Procedure. The Response Action collects and formats the data to be returned, and without it, the response will be empty even though the data extraction itself was successful.

Discussion

7 comments
Sign in to comment
KurteOption: B
May 13, 2023

Answer is B

ppremyOption: D
Apr 27, 2023

If a developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires an AccountId as a key, enters the AccountId correctly and executes the preview, and sees the data extracted by the DataRaptor in the Debug Log but the response is empty, the likely cause of this issue is: D. The DataRaptor Action did not have the Add Response To Response JSON property set to true. Options A and B are not correct, as the response can be previewed directly and a Response Action is not required to see the response in the preview.

edy81
Jun 21, 2023

Confidently incorrect. ChatGPT? lol

edy81Option: B
Jun 21, 2023

B is the obvious answer

lindemOption: B
Jul 14, 2023

B is the correct answer .

rosepoojaOption: D
May 2, 2023

Answer must be D

sirius_spaOption: B
May 23, 2023

For me, the correct is: B. A Response Action was not added to the Integration Procedure.

thneebOption: B
May 31, 2023

It is B. Not A. Because, why should the response not be displayed? Not C. Because in the Debug Log of the data raptor is content Not D. Because such a checkbox does not exist

4d2c7f6
Jun 15, 2024

But d did not mention a check box in the answer