Drafter AI | Docs
ProductChangelogStatus
  • Getting Started
  • Build
    • Workflow Basics
      • Workflow Builder Overview
      • Builder: Input
      • Builder: Action
      • Builder: Filter
    • Create workflow
      • Launch workflow
      • Design output
      • Export output results
    • Align Pricing Model
  • Launch
    • Apply your brand
    • Connect a custom domain
    • Invite users
  • Scale
    • Process inputs in batches
    • Organize internal knowledge base
    • Template GPT3 prompts
    • Integrate Drafter AI to other apps with Make.com
    • Get started with developer API
  • Maintain
    • Restore output results
    • Export/Import workflows
    • Debug workflows
  • Building blocks
    • Inputs
      • Manual / Form
    • Actions
      • Text Generation (GPT)
      • Web Data Extraction
      • Sentiment Recognition
      • Key Phrases Extraction
      • Classification
      • Entity Extraction
      • Public Search
      • Internal Search
      • Translation
      • PDF Recognition
      • Regular Expression
      • Template
      • Twitter Search Data
      • Twitter Profile Data
      • Youtube Captions Extraction (soon)
      • Speech Recognition (Soon)
      • Speech Generation (Soon)
      • Image Generation (Soon)
      • Video Generation (Soon)
    • Flow Controls
      • Filter
      • Aggregate
      • Split
  • Direct Integrations
    • Make.com *
    • Google Sheets
    • Slack (soon)
    • Zapier (soon)
Powered by GitBook
On this page
  • Setting Up Filters
  • Filter Condition
  • Conditions Relationships
  • Adding and removing conditions
  1. Build
  2. Workflow Basics

Builder: Filter

How to filter out the inaccurate results during the workflow execution

PreviousBuilder: ActionNextCreate workflow

Last updated 2 years ago

Filters enable you to clarify conditions for proceeding with the workflow execution.

If the data doesn’t match the filter the workflow execution is terminated.

It’s important to clean your output data and ensure there are no irrelevant or empty fields.

Depending on the data type, different filter conditions could be applied.

Setting Up Filters

The filter consists of conditions and relationships between them.

Filter Condition

The singular rule for input data to match.

It consists of:

Conditions Relationships

Could be 2 types:

1) AND.

If two or more conditions are related to the “AND” option, it means that ALL of them should be met by input data to pass the filter.

2) OR

If two or more conditions are related to the “OR” option, it means that ANY of them should be met by input data to pass the filter.

Adding and removing conditions

To add a new filter condition, click the “New Condition” button.

To remove the filter condition, click the “X” icon in the top right of the condition block.

The first condition can’t be removed. If you don’t need any of the filter conditions to work, just remove the filter block from the workflow itself.

As we learn all the basic elements of the workflow, let’s build one.

Input variable

Data point variable, which is being filtered.

Match class

they’re different for texts/links and numbers.

Match type

Could be compared to another variable or to regular text.

/

Match Content

We compare our input variable to it.

Could be provided manually or other data point variable.

How filter looks like