Describe the problem/error/question
No matter what I try in IF node with expression or fixed value I get:
The expression evaluated to a falsy value: a.ok(nodeExists)*
What is the error message (if any)?
The expression evaluated to a falsy value: a.ok(nodeExists)*
Please share your workflow
{
“nodes”: [
{
“parameters”: {},
“type”: “n8n-nodes-base.manualTrigger”,
“typeVersion”: 1,
“position”: [
0,
0
],
“id”: “f8d30d4b-0ee9-444b-8319-e631b5767b29”,
“name”: “When clicking ‘Test workflow’”
},
{
“parameters”: {
“authentication”: “appToken”,
“resource”: “deal”,
“operation”: “search”,
“returnAll”: true,
“filterGroupsUi”: {
“filterGroupsValues”: [
{
“filtersUi”: {
“filterValues”: [
{
“propertyName”: “dealstage”,
“value”: “1002773094”
}
]
}
}
]
},
“additionalFields”: {
“properties”: [
“description”,
“dealstage”,
“dealname”
]
}
},
“type”: “n8n-nodes-base.hubspot”,
“typeVersion”: 2.1,
“position”: [
160,
0
],
“id”: “a1b6bea8-71a9-4e94-a8d4-f3bb6e15839b”,
“name”: “HubSpot”,
“credentials”: {
“hubspotAppToken”: {
“id”: “W2ShDxaYeG2Fijfm”,
“name”: “HubSpot account”
}
}
},
{
“parameters”: {
“authentication”: “appToken”,
“resource”: “deal”,
“operation”: “get”,
“dealId”: {
“__rl”: true,
“value”: “={{ $json.id }}”,
“mode”: “id”
},
“filters”: {}
},
“type”: “n8n-nodes-base.hubspot”,
“typeVersion”: 2.1,
“position”: [
380,
0
],
“id”: “35dda681-1d3d-48a5-8d6b-93e92195df4e”,
“name”: “HubSpot1”,
“credentials”: {
“hubspotAppToken”: {
“id”: “W2ShDxaYeG2Fijfm”,
“name”: “HubSpot account”
}
}
},
{
“parameters”: {
“conditions”: {
“options”: {
“caseSensitive”: true,
“leftValue”: “”,
“typeValidation”: “strict”,
“version”: 2
},
“conditions”: [
{
“id”: “52778065-7e93-462e-b06b-d68a96c4e7e1”,
“leftValue”: “=30002667402”,
“rightValue”: “0”,
“operator”: {
“type”: “string”,
“operation”: “contains”
}
}
],
“combinator”: “and”
},
“options”: {}
},
“type”: “n8n-nodes-base.if”,
“typeVersion”: 2.2,
“position”: [
600,
0
],
“id”: “e8b13ca9-f307-4bcb-ad1e-c8e13edf0585”,
“name”: “If”
}
],
“connections”: {
“When clicking ‘Test workflow’”: {
“main”: [
[
{
“node”: “HubSpot”,
“type”: “main”,
“index”: 0
}
]
]
},
“HubSpot”: {
“main”: [
[
{
“node”: “HubSpot1”,
“type”: “main”,
“index”: 0
}
]
]
},
“HubSpot1”: {
“main”: [
[
{
“node”: “If”,
“type”: “main”,
“index”: 0
}
]
]
},
“If”: {
“main”: [
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “f673d6c1d48993627572c2b58f95c2707373a791d4c5a619191cd151c547fc0c”
}
}
Share the output returned by the last node
Information on your n8n setup
- **n8n version: 1.82.3
- **Database (default: SQLite): postgres
- **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu LTS