Certified OmniStudio Developer Exam QuestionsBrowse all questions from this exam

Certified OmniStudio Developer Exam - Question 45


Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseData node from the HTTP Action's output to the DataRaptor Transform Action?

Show Answer
Correct Answer: D

In Vlocity Integration Procedures, merge codes reference the output of actions to be passed to subsequent actions. The correct merge code to pass a node from the HTTP Action's output to another action, in this case, the DataRaptor Transform Action, follows the format `%ActionName.Node%`. Hence, to pass the CaseData node from the HTTPGetCaseDetails action, the correct merge code is `%HTTPGetCaseDetails:CaseData%`, making D the correct answer.

Discussion

4 comments
Sign in to comment
cooldeepsOption: D
Jul 30, 2023

D is the answer

studyvikramOption: A
Jul 24, 2023

%DRXfromCaseData:CaseData%

JohnyWalker99Option: D
Nov 10, 2023

answer should be D

c233a3dOption: D
Apr 27, 2024

D is correct