- Contents
Interaction Designer Help
UMF Get Integer
This UMF tool reads a data element from the message specified by the supplied handle.
Inputs
Message Handle
A valid handle to a message
Outputs
Value
The value that was read from the message. This output will not contain a valid value unless the success exit path is taken.
Exit Paths
Success
This path is taken if the value is successfully read from the message.
Failure
This path is taken if the operation fails or if the element being read from the message is not the correct type.