Certified OmniStudio Developer Exam QuestionsBrowse all questions from this exam

Certified OmniStudio Developer Exam - Question 77


Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action’s HTTP Path URL?

Show Answer
Correct Answer: BC

To pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP Path URL, you should use the merge syntax specific to DataRaptor Extract Actions. The correct merge code for this structure is %DRReadCase:CaseNumber%. This format ensures that the data from the DRReadCase action is correctly referenced and passed to the HTTP Action's URL.

Discussion

3 comments
Sign in to comment
rosepoojaOption: C
Apr 26, 2023

answer must be C

hi19timesOption: C
Oct 18, 2023

I agree with rosepooja. Answer is C. I recreated this in an org to verify it works

c233a3dOption: C
Apr 27, 2024

C is correct per this article: https://help.salesforce.com/s/articleView?id=sf.os_access_integration_procedure_data_json_with_merge_fields.htm&type=5