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?
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.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.