Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Description

Formats a text message using string replacement to substitute parameter references with the value of the parameter. Parameter references are made by surrounding the parameter name within curly braces. For example the message "I feel {status}" references a variable named "status". The assumption is that "status" is an input to the action sequence, or an output of one of the preceding actions in the action sequence. If status=lucky the message generated by the action will read "I feel lucky".


Inputs and Outputs

Template Source - Identifies the source of the message to be formatted. The available options are:

  • Text - The message is provided within the accompanying text box.
  • Resource - The message is located at the specified file/URL location.
  • String Parameter - The message is located within the specified string parameter.

Output Name - The name of the output variable that contains the formatted message.

  • No labels