Variables

Enable the dynamic storage and manipulation of data, facilitating adaptability, decision-making, and efficient execution of automated tasks.

In the context of process and workflow automation, variables refer to dynamic placeholders that store and represent data values.

  • They are used to capture, manipulate, and store information during the execution of a process or workflow.

  • Variables can hold various types of data, such as text, numbers, dates, or even complex structures.

  • They enable the automation system to adapt and make decisions based on changing data values, allowing for flexible and personalized process execution.

  • Variables play a crucial role in automating repetitive tasks, performing calculations, making conditional decisions, and passing data between different steps or stages of a process.

How variables are used in Stackflows?

For user tasks

Variables are used to define a custom data structure for user tasks, allowing user tasks to have a specific format that requires users to resolve the tasks to provide particular data in a structured manner.

Read more about using user task's custom fields

For service tasks

Read more about using service tasks

Types of variables

Last updated