---
title: "Report Field Action Handler Flow"
slug: "report-field-action-handler-flow"
updated: 2025-06-16T18:52:54Z
published: 2025-06-16T18:52:54Z
---

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

# Report Field Action Handler Flow

## Overview

The **Report Field Action Handler Flow** allows a user to embed a user action on the Report rows by adding a Row to the Report. It creates an inline button that runs a Flow when clicked.

---

## Example

This example will demonstrate how to Run a Flow that will show all the details of the selected Row within a Form.

### Prerequisites to this example:

1. A user-defined [Data Structure](https://documentation.decisions.com/v9/docs/creating-a-case-entity-data-structure) that is already used within a Report.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-01_15h07_00.png)
2. A [Form](https://documentation.decisions.com/v9/docs/create-forms) with data labels and a Text box to pass the row values.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-01_15h10_38.png)

### Steps to Configure

1. Navigate to the Report Designer. Click on **ADD** to add a data field. Search for "RunFlowInlineField" in the search bar.
2. A new column is added to the Report, and****the **Add Calculated Column** dialog box appears.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-21_10h10_28.png)
3. Configure the settings under the Data section based on the following table. For additional settings on the column, refer to [Setting Column Properties](https://documentation.decisions.com/v9/docs/setting-column-properties-in-the-report-designer-2).

| Setting Name | Description |
| --- | --- |
| Pick or Create Flow ID | Enables users to select or create the "Report Field Action Handler Flow." |
| Show UI | When selected, this will not run the Flow in the background |
| Display Text | Text displayed over the user action. |
4. Click on the **Pick or Create Flow ID > Create New > Report Field Action Handler Flow >****Give the Flow Name** and click on **Create**. The Flow Designer will open.
5. Add the **Show Form** Step and add the already created Form from the properties panel.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-16_14h51_17.png)
6. Map all the Form inputs to their respective cell value. Save and Close the Flow Designer.  
  
**Note:** Cell values are named as Field01, Field02, etc., for each cell in a row, restricting users to Field99. Alternatively, users can utilize the '[Get Cell By Name](https://documentation.decisions.com/step-library/docs/get-cell-by-name)' step for more flexibility, retrieving values based on the column name (database column name) and selected Row.  
  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-16_14h52_13.png)
7. Save the configuration and click on "Run Report" to debug.
8. Click on the given name to run the Flow. This will show the Form with all the values from the Report.

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