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?
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?
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.
D is the answer
%DRXfromCaseData:CaseData%
answer should be D
D is correct