---
title: "Run Flow From Tiles"
slug: "run-flow-tiles"
description: "This document demonstrates how to create a Tile that runs a Flow when it's clicked on.  Tutorial involves creating a Tile Flow and setting the Tile Action Type to RunFlow. "
updated: 2025-06-25T14:53:19Z
published: 2025-06-25T14:53:19Z
---

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

# Run Flow From Tiles

## Overview

[**Tiles**](https://documentation.decisions.com/v9/docs/about-tiles) provide the functionality of **D****esigner****Elements**within a **Page/****Dashboard.** This includes the ability to launch a **Flow**when a user clicks a****[**Simple****Tile**](https://documentation.decisions.com/v9/docs/about-tiles#simple-tiles)****on a **Page**. The following document demonstrates how to launch a basic **Flow**from within a [Page/Dashboard](https://documentation.decisions.com/v9/docs/create-pages-dashboards). Example Labs can offer additional examples, such as configuring a simple tile to display a count of Folders created within a date range.

---

## Example

1. Add a Simple Tile from Toolbox > TILES from the Page Designer to the workspace.
2. Select PICK OR CREATE FLOW from the Simple Tile Properties, then CREATE a new **Tile Source Flow**. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_10h48_07.png)
3. From the resulting **Flow****Designer**, configure the TILE SETUP **Properties**for the [**Create Tile Data**](https://documentation.decisions.com/step-library/docs/create-tile-data) step as desired, by configuring a **Line** of text. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_10h48_54.png)
4. Under **ACTIONS > Tile Action Type**, select **Run Flow**.  
  
Then, set **Flow**to **Constant**, and PICK or [Create a new Flow](/v9/docs/create-flows)for the step. Passing in Flow InputsIf required, the **Input Data** may be passed in by enabling the **Configure Flow Inputs****boolean**and then defining the **Inputs**via SHOW EDITOR under FLOW INPUTS.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_10h49_33.png)
5. **Save**the **Flow**, then close via **X**.
6. From the **Page****Designer**, **Save**the **Page**. Then, from the **Top Action Bar**, click **Preview**. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_10h51_58.png)
7. From the **Preview**window, click the **Tile**; verify that the **Flow**runs as intended and that the **Form**appears and can be completed. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_10h52_35.png)

---

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