> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Filter and Branch

> Set an action to occur only when it meets a specific condition. Add branches to trigger different actions based on specific responses in your workflow.

## How to filter an action

<Steps>
  <Step title="Create a workflow">
    Click `Integrate` on the top menu of your form, followed by `Workflows`. Then, start with a `+ Blank workflow`.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/n9ebohD05VHZJ-H5/images/Screenshot2025-11-03at5.53.15PM.png?fit=max&auto=format&n=n9ebohD05VHZJ-H5&q=85&s=dfa68b8c7c3f411890951503485d4cd0" alt="Screenshot 2025-11-03 at 5.53.15 PM.png" width="2640" height="541" data-path="images/Screenshot2025-11-03at5.53.15PM.png" />
  </Step>

  <Step title="Choose filter as your action">
    First, choose a **trigger**. Then, select `Filter` as the first **action**.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/n9ebohD05VHZJ-H5/images/Screenshot2025-11-03at5.30.51PM.png?fit=max&auto=format&n=n9ebohD05VHZJ-H5&q=85&s=b36424c8dc716a2a45fe8d9032719930" alt="Screenshot 2025-11-03 at 5.30.51 PM.png" width="2166" height="1161" data-path="images/Screenshot2025-11-03at5.30.51PM.png" />
  </Step>

  <Step title="Set your condition">
    `Set conditional logic` to`+ Add condition`. Choose a question or field from the left dropdown, an operator from the middle (e.g., equals), and an answer from the right dropdown to trigger the next action.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/u2EZ6ISDg1R6HSZi/images/workflows/image-8.png?fit=max&auto=format&n=u2EZ6ISDg1R6HSZi&q=85&s=d5e704e247a2eabf25de5a86321c2661" alt="Fillout Workflows" style={{ width:"82%" }} width="1128" height="782" data-path="images/workflows/image-8.png" />
  </Step>

  <Step title="Choose your next action">
    Choose the next **action** by clicking <Icon icon="circle-plus" iconType="regular" /> under Filter. We'll send a message in `Slack` when a respondent RSVPs "Yes". Remember to `Test` your workflow first.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/n9ebohD05VHZJ-H5/images/Screenshot2025-11-03at5.39.05PM.png?fit=max&auto=format&n=n9ebohD05VHZJ-H5&q=85&s=34ed29c98a63b1bb153a102b87cfb075" alt="Screenshot 2025-11-03 at 5.39.05 PM.png" title="Screenshot 2025-11-03 at 5.39.05 PM.png" style={{ width:"65%" }} width="712" height="929" data-path="images/Screenshot2025-11-03at5.39.05PM.png" />
  </Step>

  <Step title="Publish and share">
    That’s it! `Publish` and share your form. Now you’ll receive summaries of those who answered "Yes" to your form in your chosen Slack channel.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/oO5k5FPOY4bT5lbU/images/image-10copy2.jpg?fit=max&auto=format&n=oO5k5FPOY4bT5lbU&q=85&s=31e6b36aacdd8f684950facf60e36f91" alt="image-10 copy 2.jpg" title="image-10 copy 2.jpg" style={{ width:"81%" }} width="1100" height="639" data-path="images/image-10copy2.jpg" />
  </Step>
</Steps>

## Add a branch to your workflow

<Steps>
  <Step title="Choose branch as your action">
    You can also create different branches based on specific conditions. By adding a branch, you can ensure that the right action happens for each situation.

    After selecting your form **trigger**, add a `Branch`.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/n9ebohD05VHZJ-H5/images/Screenshot2025-11-03at5.37.20PM.png?fit=max&auto=format&n=n9ebohD05VHZJ-H5&q=85&s=f0ff6dba8c8048e901eb787bdb132a56" alt="Screenshot 2025-11-03 at 5.37.20 PM.png" title="Screenshot 2025-11-03 at 5.37.20 PM.png" style={{ width:"61%" }} width="759" height="967" data-path="images/Screenshot2025-11-03at5.37.20PM.png" />
  </Step>

  <Step title="Set your condition">
    Click `Edit` to set a condition, followed by <Icon icon="circle-plus" /> to define what happens when the condition is met.

    In our example, we’ll send a summary of the responses to Slack when a respondent RSVPs "Yes", whereas we’ll send them an email with a link to our fundraising page and newsletter when they respond "No".

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/u2EZ6ISDg1R6HSZi/images/workflows/image-12.png?fit=max&auto=format&n=u2EZ6ISDg1R6HSZi&q=85&s=db765c84fbf9bf880bf3e07ad7a81e00" alt="Fillout Workflows" width="1651" height="1191" data-path="images/workflows/image-12.png" />
  </Step>
</Steps>

## Related articles

<CardGroup cols={3}>
  <Card title="Workflows" icon="code-branch" iconType="regular" color="#FFC738" href="/workflows">
    Simplify task flows with native multi-step automations.
  </Card>

  <Card title="Integration logic" icon="gear-complex" iconType="regular" color="#FFC738" href="/conditional-integration">
    Perform an integration only when a certain condition is met.
  </Card>
</CardGroup>
