- Contents
Interaction Designer Help
Create Note
This IpNotes tool adds a new note that is available to all handlers and is accessible by name. A note is a list of named lists of three different types: Integer, String, and Date/Time. These lists are called attributes and can have any number of items in them as long as they are all of the same type. There can be any number of attributes per note.
Inputs
Note Name
The name by which the newly created note will be accessible.
Lifetime (minutes), 0 = infinite
If a non-zero value is specified, the note will exist until the time expires. Otherwise, the note will exist until explicitly removed by the Remove Note tool.
Exit Paths
Success
This path is taken if the note is successfully created.
Failure
This path is taken if the operation fails.
Note Exists
This path is taken if the note name is already present in the list.