Filter the output of previous steps so that the workflow only continues for relevant items or changes.
Filter results
block acts as an intelligent gatekeeper in your workflow. It allows you to inspect the data or content provided by a source block (like Open datasets
or Read RSS feeds
) and decide whether the workflow should proceed to the data extraction phase for a specific item.
This is essential for creating efficient and focused automations. By filtering upfront, you ensure that resource-intensive extraction blocks like Find Links
or Extract Data
only run on relevant items.
Filter results
block before an extraction step to:
The text should be a positive customer review
or The article must be about financial technology (fintech)
.Filter results
block is placed after a block that produces a list of items (e.g., Read RSS feeds
outputs a list of posts, Open datasets
outputs a list of rows).Filter results
block applies your chosen filter rule.Read RSS feeds Block:
Filter results Block (added next):
Look for specific keywords (one per line)
Extract Data Block (added next):
Extract Data
block will run on it to create a summary. Articles that do not contain these keywords will be ignored.Extract Data
or LLM Completion
steps) from running on irrelevant data.Filter results
block allows you to add powerful conditional logic to your automations, making them smarter and more efficient.