
Get Flow Variable
The Get Flow Variable component enables you to access variables and parameters within your workflow, making it easy to retrieve data stored earlier in the flow....
Set or update variables within your workflow to enable dynamic behavior and smarter flow logic.
Component description
The Set Flow Variable component is designed to assign or update a variable within your AI workflow. This is useful for managing and passing state or data between different steps of a workflow, enabling dynamic and flexible process design.
This component takes a variable name and a value, and sets the value for that variable within the flow context. This allows you to store information during workflow execution, making it accessible to other components or steps that follow. It is especially useful when you need to track intermediate values, configuration options, or user inputs as your process runs.
The component accepts the following inputs:
Field | Description | Type | Required | Advanced |
---|---|---|---|---|
Input Variable Name (variable_name ) | The name of the variable you want to set or update in the flow. | Message | No | No |
Set Value (variable_value ) | The value to assign to the specified variable. | Message | No | No |
Tool Name (tool_name ) | (Optional, Advanced) A name for the tool to help agents refer to it. | String | No | Yes |
Tool Description (tool_description ) | (Optional, Advanced) A description to help agents understand how to use it. | String | No | Yes |
Verbose (verbose ) | (Optional, Advanced) If enabled, prints verbose output for debugging purposes. | Boolean | No | Yes |
After execution, the component produces the following outputs:
output_variable_value
)output_variable_name
)tool
)Setting and managing variables is essential for building workflows that can adapt to different inputs, remember previous actions, and branch logic based on dynamically generated data. The Set Flow Variable component enables this flexibility by allowing you to programmatically control flow context at runtime, supporting more intelligent and responsive AI processes.
Version: 1.1.1
Category: Message, Tool
Icon: set-flow-variable
It allows you to set or update variables within your workflow, making it possible to store and use dynamic values as your flow progresses.
Use it to manage context, remember user data, or drive conditional logic in your workflow based on variable values.
Yes, you can use the Set Flow Variable component at multiple points to update values as needed.
You can assign any message or text value that your flow requires, such as user input, API responses, or computed results.
Experience the power of flexible variable management in your flows with the Set Flow Variable component.
The Get Flow Variable component enables you to access variables and parameters within your workflow, making it easy to retrieve data stored earlier in the flow....
The Run Flow component in FlowHunt lets you trigger and execute another workflow within your current flow. Pass inputs, variables, and control how flows interac...
Automate email creation with the Send Email component—compose and send emails via Gmail directly within your workflows. Easily set recipients, subject, body, CC...