---
title: "Collection Filter Steps"
slug: "rule-collection-filter-step"
tags: ["rule collection filter", "rule"]
updated: 2026-06-26T13:45:26Z
published: 2026-06-26T13:45:26Z
canonical: "documentation.decisions.com/rule-collection-filter-step"
---

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

# Collection Filter Steps

## Overview

The **Collection Filter** or **Rule Collection Filter** steps allow a user to create custom Rules or Flows to filter a list. The Collection Filter utilizes a Flow with two endsteps: **Include in Collection** and **Exclude from Collection**. The Rule Collection Filter can return matches, non matches or both. The steps can be found under the **Data > Lists** category.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778868574562.png)

---

Collection Filter step

Inputs:

| Input name | Description |
| --- | --- |
| Expose Flow Data | Boolean value. Passes the Flow Data to the parent Flow |
| Type | Specifies the data type which will be used by the step |
| Input Collection | The inputted list for the data type |
| Edit Collection Filter step | Allows the user to edit the inputs for the step |

Outputs:

| Output name | Description |
| --- | --- |
| Filtered Array | Outputs the resulting list of the specified datatype |

The following example will demonstrate how the Collection Filter step can be used to filter a list of Accounts and output only Accounts whose last name starts with "B".

1. [Create a new Flow](https://documentation.decisions.com/version-10/docs/creating-your-first-flow-2)
2. Search for the **Fetch Entities** step and output a list of Accounts.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778868668174.png)
3. Open **Data -> Lists** and find and search for the **Collection Filte****r** step. Add the step to the workspace.
4. Set the **Type** to String and select the list of last names as the **Input Collection**.
5. With the step selected, choose **Edit Flow**.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778868986125.png)
6. In the toolbox, expand **Data > Texts** and add the **String Starts With** step onto the workspace. Define the step inputs, using Entity in the **Input** field.
7. Connect the outcome paths to the corresponding end step![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869146834.png)
8. Debug the Flow to view the outputted list. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869211108.png)

---

## Rule Collection Filter

Inputs:

| Input Name |  |
| --- | --- |
| Expose Flow Data | Boolean value. Passes the Flow Data to the parent Flow |
| Type | Specifies the input and outputted data type used by the step |
| Data to Return | This setting determines what items will be included in the outputted list for the step, either items that evaluate as True (Return Matches), False (Return NonMatches) or outputs both as separate lists (Return Matches and NonMatches). |
| Input Collection | The list of the specified datatype |

Outputs:

| Output name | Description |
| --- | --- |
| Output | Outputs a filtered list of the specified datatype |

The following example will demonstrate how the Rule Collection Filter step can filter a list of food items to only show the ones that contain "Chicken".

1. In a Designer Project, [Create a new Flow](/version-10/docs/creating-your-first-flow-2).
2. Click the **Done** path on the **Start** step. Navigate to **All Steps [Catalog] > Data > List** and select the **Add Item to List** step. Click ADD.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869355774.png)
3. On the **Properties** panel, change the mapping of the **New Item** and **Original List** fields by clicking **Unknown** and selecting **Constant**. In the New Item Field, enter "Chicken Alfredo". In the Original List field, enter "Shrimp Scampi", "Chicken Nuggets", "Beef Stew", and "Lasagna".  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869408186.png)
4. Click the Done path and navigate to **All Steps [Catalog] > Data > List**. Select the **Rule Collection Filter Step** step and click ADD.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869483824.png)
5. On the Properties panel, map the **Input Collection** field to **Select From Flow**. Select **New List** and click DONE.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869556302.png)
6. On the Properties panel, click EDIT RULE.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869597600.png)
7. In the Rule Designer, click **Select Data Element**. Select **Entity** and click NEXT.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1782481474063.png)The Entity is a single item from the **Input Collection** established within the Flow.
8. From the Verb window, select **Contains** and click NEXT.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1782481494048.png)
9. In the **value** field, enter "Chicken" and click DONE. Click **Save** and close the Rule Designer.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1782481514311.png)
10. Connect the Done path to the **End** step. Click Save to save changes to the Flow.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869724345.png)
11. Click **Debug** from the top action bar.
12. Click START DEBUGGING.
13. After the debugger runs, select the Rule Collection Filter step, select **Execution 1**, and click **View Input/Output**. The Output from Rule Collection Filter Step lists the items containing the word Chicken.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778869779275.png)
