- Contents
Interaction Designer Help
Multi-Site Get Integer
This Multi-Site tool retrieves an integer from any message.
Inputs
Message Handle
Variable assigned as the handle for the message from which the integer is to be retrieved. This variable is selected from the list of all valid message handle variables known to the handler.
Outputs
Value
The output variable that contains the integer read from the message. This variable will only contain a valid value if the success exit path was taken.
Exit Paths
Success
This path is taken if the integer is successfully retrieved.
Failure
This path is taken if the operation fails.