Variable

UI
Config Form

Scope

Local: Incremental in a single process execution task.

Global: Incremental across all execution tasks in the current flow.

Data Type

  • String

  • Number

  • Array

  • Object

Demo

Use demo app to create a data structure.
Show variable default value. (When the data source is not set)
Set value from datasource.

Audit Logs

Default String is ""
Now is Hello Tangramapps!
Default Number is 0
Now is 2024
Default array is []
Now is ["A", "B", "C"]
Default object is {}
Now is { "url": "www.tangramapps.com" }

Last updated