Variables

Use data obtained from your source or previous tasks.

Variables are values that have been returned by a source or a previous task. Each source and task assigns a name and a value determined at runtime to each variable.

Variables are added to a task definition by entering a value surrounded by double curly braces in an input field {{like_this}}. Any occurrence of this token in a task definition will be replaced by the value of the variable itself at runtime.

Last updated