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 →
{
"name": "branch-fixture",
"nodes": [
{
"id": "1",
"name": "Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"parameters": {}
},
{
"id": "2",
"name": "Check Amount",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
200,
0
],
"parameters": {
"condition": "={{$json.amount > 100}}"
}
},
{
"id": "3",
"name": "Mark High",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
400,
-100
],
"parameters": {
"fields": [
{
"name": "tier",
"value": "high"
}
]
}
},
{
"id": "4",
"name": "Mark Low",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
400,
100
],
"parameters": {
"fields": [
{
"name": "tier",
"value": "low"
}
]
}
},
{
"id": "5",
"name": "Combine",
"type": "n8n-nodes-base.merge",
"typeVersion": 1,
"position": [
600,
0
],
"parameters": {
"mode": "append"
}
}
],
"connections": {
"Trigger": {
"main": [
[
{
"node": "Check Amount",
"type": "main",
"index": 0
}
]
]
},
"Check Amount": {
"main": [
[
{
"node": "Mark High",
"type": "main",
"index": 0
}
],
[
{
"node": "Mark Low",
"type": "main",
"index": 0
}
]
]
},
"Mark High": {
"main": [
[
{
"node": "Combine",
"type": "main",
"index": 0
}
]
]
},
"Mark Low": {
"main": [
[
{
"node": "Combine",
"type": "main",
"index": 1
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
branch-fixture. Event-driven trigger; 5 nodes.
Source: https://github.com/syucream/s8n/blob/main/fixtures/branch.workflow.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