What merge code passes the CaseData node from an HTTP Action's output to a DataRaptor Transform Action?

Prepare for the OmniStudio Developer Test. Dive into a wealth of flashcards and multiple-choice questions, featuring hints and explanations for every scenario. Ace your exam with ease!

Multiple Choice

What merge code passes the CaseData node from an HTTP Action's output to a DataRaptor Transform Action?

Explanation:
In OmniStudio, wiring data between actions uses merge fields that reference a previous action’s output. The merge field syntax is a percent sign, the API name of the action, a colon, the node you want, then another percent sign. This tells the system to take that node from the specified action’s response and feed it into the next action. So, to pass the CaseData node from the HTTP Action’s output to a DataRaptor Transform Action, you would use the merge code %HTTPGetCaseDetails:CaseData%. This correctly targets the HTTP action that retrieved the case details and the CaseData node within its output. Other options don’t follow this merge-field pattern or reference the correct action/output, so they won’t route the data properly.

In OmniStudio, wiring data between actions uses merge fields that reference a previous action’s output. The merge field syntax is a percent sign, the API name of the action, a colon, the node you want, then another percent sign. This tells the system to take that node from the specified action’s response and feed it into the next action.

So, to pass the CaseData node from the HTTP Action’s output to a DataRaptor Transform Action, you would use the merge code %HTTPGetCaseDetails:CaseData%. This correctly targets the HTTP action that retrieved the case details and the CaseData node within its output.

Other options don’t follow this merge-field pattern or reference the correct action/output, so they won’t route the data properly.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy