QuestionQ23

Working with External Data

When configuring a REST Message, which syntax denotes passing a variable during a function call?

  • A ${variable_name}
  • B < variable_name >
  • C current.variable_name
  • D < variable_name >.do?WSDL
Explanation

Outbound ServiceNow REST messages use ${variable_name} for variable substitution; the REST message replaces the token with the parameter value when the method executes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!