Skip to main content

Static

Static structure​

The Static Structure is one of the ways to provide variables in Flowize (alongside Data) and allows you to have a schema of the global constants that can be used inside workflows, contents, conditions, apps.

These variables will look like @static.var@. Unlike the Data Schema, the Static Schema's values are common to all the running records and can only be modified in the editor (unlike Data, which values are set/update in execution time).

The @static variables are replaced in real-time of execution with the values that they have at that moment. In other words, if you change the values in the schema all the running records will get the new value at the moment they need to use it, for example, to replace some information in the content of an email that is going to be sent.

Static Editor​

The Static Schema uses the same editor as the Data Schema. To read more about it please visit this section.