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 →
{
"id": "spikebranch0001",
"name": "Spike - branch probe",
"nodes": [
{
"id": "t1",
"name": "When clicked",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
200,
300
],
"parameters": {}
},
{
"id": "s0",
"name": "Seed",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
420,
300
],
"parameters": {
"assignments": {
"assignments": [
{
"id": "a",
"name": "amount",
"type": "number",
"value": 150
}
]
}
}
},
{
"id": "if1",
"name": "Check Amount",
"type": "n8n-nodes-base.if",
"typeVersion": 2,
"position": [
640,
300
],
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "loose"
},
"conditions": [
{
"id": "c1",
"leftValue": "={{ $json.amount }}",
"rightValue": 100,
"operator": {
"type": "number",
"operation": "gt"
}
}
],
"combinator": "and"
},
"options": {}
}
},
{
"id": "b1",
"name": "Big",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
880,
200
],
"parameters": {
"assignments": {
"assignments": [
{
"id": "b",
"name": "size",
"type": "string",
"value": "big"
}
]
}
}
},
{
"id": "b2",
"name": "Small",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
880,
400
],
"parameters": {
"assignments": {
"assignments": [
{
"id": "s",
"name": "size",
"type": "string",
"value": "small"
}
]
}
}
}
],
"connections": {
"When clicked": {
"main": [
[
{
"node": "Seed",
"type": "main",
"index": 0
}
]
]
},
"Seed": {
"main": [
[
{
"node": "Check Amount",
"type": "main",
"index": 0
}
]
]
},
"Check Amount": {
"main": [
[
{
"node": "Big",
"type": "main",
"index": 0
}
],
[
{
"node": "Small",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"active": false
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Spike - branch probe. Event-driven trigger; 5 nodes.
Source: https://github.com/malharlakdawala/flowproof/blob/main/examples/traces/workflows/if-branch.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.
Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.
The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Monitors Google Drive for new video file uploads Downloads and processes videos using VLM Run AI tr