Describe the problem/error/question
HI team,
I want to check the empty data.
from one node I am getting empty result.
in next node I am going to add the If node, how I can check with the node that it’s empty.
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
n8n
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
ria
4
Hi @Gouravdev
The If node has a built in check that you can set on arrays as well. Simply click Array
from the drop-down and then the condition Is Empty
.
This will go into the True branch if the specified array is empty.
system
Closed
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.