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?
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?
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.
answer must be C
I agree with rosepooja. Answer is C. I recreated this in an org to verify it works
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