mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 09:04:07 -08:00
8a5343401d
New Filter component + implementation in If node (v2) <img width="3283" alt="image" src="https://github.com/n8n-io/n8n/assets/8850410/35c379ef-4b62-4d06-82e7-673d4edcd652"> --------- Co-authored-by: Giulio Andreini <andreini@netseven.it> Co-authored-by: Michael Kret <michael.k@radency.com>
166 lines
3.4 KiB
JSON
166 lines
3.4 KiB
JSON
{
|
|
"name": "Filter test",
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"id": "f332a7d1-31b4-4e78-b31e-9e8db945bf3f",
|
|
"name": "When clicking \"Execute Workflow\"",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
-60,
|
|
480
|
|
]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"jsCode": "return [\n {\n \"date\": \"2023-10-26T16:45:52.367Z\",\n \"label\": \"Apple\",\n },\n {\n \"date\": \"2023-10-20T16:45:52.367Z\",\n \"label\": \"Banana\"\n },\n {\n \"date\": \"2023-10-20T16:45:52.367Z\",\n \"label\": \"Kiwi\"\n },\n {\n \"date\": \"2023-10-20T16:45:52.367Z\",\n \"label\": \"Orange\"\n }\n]"
|
|
},
|
|
"id": "60697c7f-3948-4790-97ba-8aba03d02ac2",
|
|
"name": "Code",
|
|
"type": "n8n-nodes-base.code",
|
|
"typeVersion": 2,
|
|
"position": [
|
|
160,
|
|
480
|
|
]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"conditions": {
|
|
"options": {
|
|
"caseSensitive": true,
|
|
"leftValue": ""
|
|
},
|
|
"conditions": [
|
|
{
|
|
"leftValue": "={{ $json.date }}",
|
|
"rightValue": "2023-10-21",
|
|
"operator": {
|
|
"type": "dateTime",
|
|
"operation": "before"
|
|
}
|
|
}
|
|
],
|
|
"combinator": "or"
|
|
},
|
|
"options": {}
|
|
},
|
|
"id": "7531191b-5ac3-45dc-8afb-27ae83d8f33a",
|
|
"name": "If",
|
|
"type": "n8n-nodes-base.if",
|
|
"typeVersion": 2,
|
|
"position": [
|
|
380,
|
|
480
|
|
]
|
|
},
|
|
{
|
|
"parameters": {},
|
|
"id": "d8c614ea-0bbf-4b12-ad7d-c9ebe09ce583",
|
|
"name": "Then",
|
|
"type": "n8n-nodes-base.noOp",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
600,
|
|
400
|
|
]
|
|
},
|
|
{
|
|
"parameters": {},
|
|
"id": "69364770-60d2-4ef4-9f29-9570718a9a10",
|
|
"name": "Else",
|
|
"type": "n8n-nodes-base.noOp",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
600,
|
|
580
|
|
]
|
|
}
|
|
],
|
|
"pinData": {
|
|
"Then": [
|
|
{
|
|
"json": {
|
|
"date": "2023-10-20T16:45:52.367Z",
|
|
"label": "Banana"
|
|
}
|
|
|
|
},
|
|
{
|
|
"json": {
|
|
"date": "2023-10-20T16:45:52.367Z",
|
|
"label": "Kiwi"
|
|
}
|
|
},
|
|
{
|
|
"json": {
|
|
"date": "2023-10-20T16:45:52.367Z",
|
|
"label": "Orange"
|
|
}
|
|
}
|
|
],
|
|
"Else": [
|
|
{
|
|
"json": {
|
|
"date": "2023-10-26T16:45:52.367Z",
|
|
"label": "Apple"
|
|
}
|
|
|
|
}
|
|
]
|
|
},
|
|
"connections": {
|
|
"When clicking \"Execute Workflow\"": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Code",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Code": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "If",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"If": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Then",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"node": "Else",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"active": false,
|
|
"settings": {
|
|
"executionOrder": "v1"
|
|
},
|
|
"versionId": "ce7ed9ae-704e-4da8-b178-24556f720b2a",
|
|
"id": "BWUTRs5RHxVgQ4uT",
|
|
"meta": {
|
|
"instanceId": "78577815012af39cf16dad7a787b0898c42fb7514b8a7f99b2136862c2af502c"
|
|
},
|
|
"tags": []
|
|
}
|