What merge code is used to pass the CaseNumber from the DRReadCase DataRaptor action to the HTTP Path URL in an Integration Procedure?

Study for the OmniStudio Developer Test. Focus with flashcards and multiple-choice questions, each with hints and explanations. Get ready for your exam!

Multiple Choice

What merge code is used to pass the CaseNumber from the DRReadCase DataRaptor action to the HTTP Path URL in an Integration Procedure?

Explanation:
When you want to insert a value produced by a DataRaptor action into an Integration Procedure’s HTTP Path, you use a merge field that references the action name and the specific field, wrapped in percent signs. The correct format is %DRReadCase:CaseNumber% because it directly tells the runtime to substitute the CaseNumber output from the DRReadCase action into the URL. The colon links the action to its field, and the percent signs denote a merge token to be resolved at runtime. Other formats—in particular, curly-brace syntax—aren’t interpreted in the HTTP Path context, so they wouldn’t correctly populate the URL with the CaseNumber value.

When you want to insert a value produced by a DataRaptor action into an Integration Procedure’s HTTP Path, you use a merge field that references the action name and the specific field, wrapped in percent signs. The correct format is %DRReadCase:CaseNumber% because it directly tells the runtime to substitute the CaseNumber output from the DRReadCase action into the URL. The colon links the action to its field, and the percent signs denote a merge token to be resolved at runtime. Other formats—in particular, curly-brace syntax—aren’t interpreted in the HTTP Path context, so they wouldn’t correctly populate the URL with the CaseNumber value.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy