AutomationFlowsGeneral › Filter High Scores in n8n Workflow

Filter High Scores in n8n Workflow

Original n8n title: Smoke Test - Filter Node

Smoke Test - Filter Node. Uses start. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesStart
General Trigger: Manual Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Smoke Test - Filter Node",
  "nodes": [
    {
      "parameters": {},
      "id": "start",
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        100,
        300
      ]
    },
    {
      "parameters": {
        "assignments": [
          {
            "name": "score",
            "value": 85
          },
          {
            "name": "active",
            "value": true
          }
        ]
      },
      "id": "set1",
      "name": "Set Score",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        300,
        300
      ]
    },
    {
      "parameters": {
        "conditions": [
          {
            "leftValue": "score",
            "operator": "greaterThan",
            "rightValue": 50
          }
        ]
      },
      "id": "filter1",
      "name": "Filter High Scores",
      "type": "n8n-nodes-base.filter",
      "typeVersion": 1,
      "position": [
        500,
        300
      ]
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Set Score",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Score": {
      "main": [
        [
          {
            "node": "Filter High Scores",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Smoke Test - Filter Node. Uses start. Manual trigger; 3 nodes.

Source: https://github.com/neul-labs/m9m/blob/main/test-workflows/smoke/filter-node.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.

Start, Post Hog
General

This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t

Start, N8N Nodes Google Search Console
General

Smoke Test - Switch Node. Uses start. Manual trigger; 5 nodes.

Start
General

Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.

Start, Demio
General

This n8n template helps you detect page cannibalization in Google Search Console (GSC): situations where multiple pages on your site rank for the same query and more than one page gets clicks. Use it

Start, N8N Nodes Google Search Console