Variables

Define and reuse values like counters, strings, and flags across your Fastn flow steps. Store intermediate data and configuration settings.

The Variables component lets you define and reuse named values — such as counters, strings, objects, or flags — across multiple steps in your flow. Use it to store intermediate data, configuration settings, or default values that several steps need to reference. Unlike flow step outputs that belong to a single step, variables persist across the entire flow execution and you can update them at any point.

Variables component showing defined string, integer, and boolean variable types

Use Case: Store and Reuse Values Across the Flow

Use the Variables component to define and manage reusable values, such as counters, file paths, booleans, or JSON objects, that persist across different steps in your flow. Ideal for maintaining configuration data, controlling logic, or tracking state dynamically during execution.

How does it help?

  • Maintain consistent values across multiple flow actions

  • Simplify logic handling with flags and counters

  • Dynamically store and update configuration or temporary data

Last updated

Was this helpful?