---
title: "Report Row Selection Using Selection Bus"
slug: "report-row-selection-using-selection-bus"
tags: ["dependent reports", "dependent report", "dependent"]
updated: 2025-06-25T14:46:19Z
published: 2025-06-25T14:46: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.

# Report Row Selection Using Selection Bus

## Overview

This feature gives the designer the ability to pass a selected row of a report within a page's URL parameters. This example includes two reports on a Page and uses the [End Form Session step](https://documentation.decisions.com/step-library/docs/end-form-session) to navigate to the Page using the Flow input as a parameter for the Page. The Reports and Page were created in the [Child Report Values Dependent on Parent Report Row Selection](https://documentation.decisions.com/v9/docs/reports-filtered-row-selection) article.

---

## Example

This example uses an Account Data Source Report that has already been made and a Groups Report that will change based on the selection of the Accounts Report. This example walks through the Row Selection Configuration to allow row selection via the selection bus.

1. Begin in the Report Designer for the Account Report. In the **Properties**panel of the Report, expand **Settings**and **Row Selection Configuration**. Under Row Selection Configuration, set the **Select Row From Parameter** checkbox to true. This will cause two new configurations to display, **Parameter Name** and **Match Value with Column**.
2. Type in a **Parameter Name** in the corresponding textbox; in this example, type "Email." This will be the parameter displayed in the URL.
3. In the **Match Value with Column** drop-down, select **Email Address**.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_10h43_03.png)
4. [Create a new Flow.](/v9/docs/create-flows)
5. In the Flow Designer, select the **Start**step.
6. In the **Properties**panel under **Flow Data > Flow Input Data**, select 'Show Editor' and add an Input named "Email" with the type chosen as **String**. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_10h43_59.png)
7. Add an **End Form Session** step to navigate to the page that has the Accounts Report. The End Form Session step is located in the **Toolbox**under **Forms [End]**.
8. Navigate to the **Properties**panel; under **Behavior > Options,** select **Navigate** from the drop-down menu.
9. Under **Parameters**, select **Specify Parameters**, then choose 'Add New.' Type "Email" as the parameter name and choose **String**as the parameter type.
10. Under **Inputs**, select the **Email**output from the **Start**step to pass into the Email parameter.
11. Under**Inputs > Folder Id**, paste the Folder Id of the Folder that the Page is displayed on.
12. Under **Inputs > Page Name**, type the **Page Name** to navigate; this is case-sensitive.
13. Connect the **Done**path to the **End**step. Save and close the Flow Designer. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-25_10h44_47.png)

---

## Debug

1. In the Designer Folder, run the Flow that was just created.
2. The Flow asks for Input Data; type an Email address.
3. The End Form Session step then navigates to the correct Page with a Row auto-selected. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-01_15h37_42.png)
4.
