The low-code environment provides several mechanisms to share information between steps and routines.
- Work variable are only accessible within the current routine
- Global properties can be accessed anywhere in the Rich Display (which is your program)
- Session properties can be accessed from multiple Rich Displays
When storing information in the above, the low-code tool will keep track of them for you. It then allows you to pick from a list of available properties or variables.
For proper context, so that it knows what to suggest at the proper time, each property or variable is classified as a simple value, a record, or a list of records.