Making all node run

I have this workflow, but its getting an error because the “Last” node is not running, how can I make all nodes run when the workflow is executed?

Information on your n8n setup

  • **n8n version:Latest
  • **Database (default: SQLite):Sheet
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):Default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • **Operating system:Windows

Hi @Joao_Marques

A node is ran when it receives data. So probably the filter doesnt allow any items though so the following nodes do not get triggered.
Also if you want to combine the first and last item into one email you need to merge the data first.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.