---
title: "Set Flow Output Data"
slug: "set-flow-output-values"
updated: 2025-06-17T18:43:32Z
published: 2025-06-17T18:43:32Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Flow Output Data

## Overview

Flow Output Data can be configured to pass data out of a Flow to be used in another Flow or an API call.

## Example

This example will demonstrate how to use Flow output data in another Flow.

1. From a Designer Project, click the****CREATE FLOW and select **Flow.**Name the Flow and click CREATE.
2. Connect the **Start**step to the **End**step.
3. Select the End step and click SHOW EDITOR from the Properties panel under the DATA category.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h37_31.png)
4. On the**Data Definitions** window, enter "Name" and "Email Address" in the NAME****field and keep the TYPE****as **String [Text]**. Constant map "Jacob" for Name and "jacob@email.com" for Email Address as**Input**values by clicking the pencil icon.****Close the Data Definitions window.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h34_57.png)
5. From the Designer Project, create another Flow.
6. From the****FAVORITE STEPS category of the **Toolbox**tab, attach a **Run Sub Flow** step to the Start step.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h38_54.png)
7. On the Properties panel, click PICK OR CREATE FLOW. Select the previously created Flow and click PICK.  Selecting this Flow should add the pre-existing Flow as a Sub Flow with the same Output Data as previously configured. 

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h39_30.png)
8. Attach a **Show Form** step from FAVORITE STEPS to the Run Sub Flow step.
9. Navigate to the Show Form step's Properties tab and select****PICK OR CREATE FORM, then select to create a new Form.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h40_26.png)
10. Configure the Form to contain two **Text Box** components (Name, EmailAddress) and a **Button** (OK). Click Save and close the Form Designer.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h41_49.png)
11. Connect the Show Form step to the End step.
12. From the Show Form step's Properties tab, map each respective Output from the Sub Flow to the Form step by clicking **Unknown**and selecting **Select From Flow**.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h42_31.png)

## Debug

1. On the top action bar, click **Debug**. Click **START DEBUGGING**.
2. Right-click the Form step, select Execution 1, and select View the Input/Output Data. The Input/Output Data shows that the output from the Sub Flow is being used as the input of the Form, and in turn, being output by the Form. 

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h43_11.png)
