Skip to main content
Feedback

System values

System values are values assigned dynamically by the Boomi Flow engine during runtime, and provide information about the Flow, the person who starts the Flow, users in the Flow, geolocation data of the user and so on.

  • All system values can be referenced from within a Flow.

  • System values are not shown in the list of values, and cannot be edited.

  • To view the data contained in a system value when building a Flow, add a Presentation step containing the value, and run the Flow to display the data of the value.

System values are grouped into values that store Flow state information, values that store user information, and two Boolean values that store the Boolean 'True' and 'False' values as data.

caution

System values are prefixed with a ‘$’ symbol. Although the $ prefix can be used in value names that you create, we recommend that you do not use a $ symbol at the beginning of your value names to avoid confusion with system values.