Variable Types

Last updated on
3 May 2017

Variables are a type of item that stores temporary values allowing the Actions and Conditions to perform their evaluation using it. You can use variables inside variables, and each variable can be referenced multiple times in multiple items. When one variable is deleted, you will need to update manually each item that refers to it. Inside the edit page of each variable, it's possible to see all items that refer to the variable.

The syntax to use variables are {{variable_id}} or {{variable_id->field_id}}

Variable Types

  1. Entity
    1. Empty entity variable
    2. Value from entity field
  2. User
    1. User variable
  3. Variable
    1. Custom value
  4. Views
    1. View result variable

1. Entity

Entity variables represent an entity.

1.1. Empty entity variable

Creates an empty entity variable of a given entity type and bundle. Each entity field is available to be used with this variable. You can configure actions to fill its fields one by one or fetch all values using the entity id. Entity variables can also be saved as a new entity at the storage or update existents entities.

1.2. Value from entity field

This variable holds a field value.

2. Variable

Variable variables.

2.1 Custom value

This variable holds a custom value. This value can be formed by free text and another variables values.

3. Views

Views based variables.

3.1. View result variable

This variable stores a view result and allow the "Loop through a view result variable" action to perform tasks using each row from the view result.

Help improve this page

Page status: No known problems

You can: