---
title: "Flow Run Part"
slug: "flow-run-part"
description: "This document demonstrates, how to use Flow Run Parts on a Page in Decisions. A Flow Run Part is a Flow behavior that allows a Flow to run every time a Page/Dashboard tile is shown."
tags: ["Page Design", "Assigned Forms", "Page Components ", "Flow Run Part"]
updated: 2025-07-28T15:48:24Z
published: 2025-07-28T15:48:24Z
---

> ## 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.

# Flow Run Part

WarningAs the **Flow Run Part** is intended for use with Flows containing Forms only, Flows without Forms should not be used.  
  
As the Flow runs on Page load and then reruns upon completion, Flows without Forms used on a Flow Run Part will run on a continuous loop. 

---

## Overview

A **Flow Run Part** is a [**Page Component**](https://documentation.decisions.com/docs/page-control-glossary#tiles)****that allows the user to run a Flow containing a Form within the allotted Page space. The following document demonstrates how to use a Flow Run Part to display a Form and record inputs on a Page, as well as how to use a Flow Run Part to affect **Refresh**behavior.

Example ProjectThe following project can be [imported](/v9/docs/importing-and-exporting-projects) into an environment and serve as a guide on using a **Flow Run Part**component.[FlowRunPart-20052022-022009.zip](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/FlowRunPart-20052022-022009.zip)

---

## Example

1. From a [new or preexisting Page](https://documentation.decisions.com/v9/docs/create-pages-dashboards). expand **DESIGNER ENTITIES > FLOWS** in the Toolbox.  
  
Drag a **Flow Run Part**control into the workspace.
2. With the **Flow Run Part** selected, expand the FLOW INFO section in the **Properties** and select the PICK FLOW ID button.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-07-28_11h46_27.png)
3. Pick or [create a new Flow](https://documentation.decisions.com/v9/docs/create-flows). Then, from the **Flow Designe****r**, attach a **Show Form** step from the **Toolbox > FAVORITE STEPS**to the Start step.  
  
From the **Properties**of the Show Form step, click PICK OR CREATE FORM. Then, PICK or [CREATE](https://documentation.decisions.com/v9/docs/create-forms)a new Form.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-08_12h16_15.png)
4. After the Form has been configured, attach it to the **End**step. Then, **Save**and close the Flow Designer.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-08_12h16_51.png)
5. Back in the Page Designer, if desired, navigate to **Properties > BEHAVIOR > Refresh** to define Refresh behaviors.  
  
Then, Save and close the Page Designer.  
  

| Refresh Event | Description |
| --- | --- |
| On Report Row Selection | Refreshes based on the current Report Row selection. |
| On Any Folder Change | Refreshes the Flow Run Part based on a change to any Folder in the environment. |
| On Contained Entity Change | Refreshes the Flow Run Part based on changes made inside the Parent Folder for the Page. |
| On Current Folder Change | Refreshes the Flow Run Part based on changes to the currently selected Folder. |
| On Tree Change | Refreshes the Flow Run Part based on changes made to the Folder Tree, such as adding a new Folder. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-08_12h17_17.png)
6. [Attach](https://documentation.decisions.com/v9/docs/create-pages-dashboards#building-an-attached-page) the Page to a Folder in the **Decisions Studio**; then navigate to the Page by selecting the respective tab from the top of the screen. Verify that the Flow Run Part runs successfully on the Page.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-08_12h18_22.png)

---

For further information on Pages, visit the [Decisions Forum](https://community.decisions.com/categories/Pages).
