Issue with the n8n Node

Describe the problem/error/question

Error returning the workflow multiple time, I got a 50 Worfklow but while running the node its returning a 2600+ workflow, its over lopping the node many time

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

Welcome to the community @AymanJanahi!

It sounds like you probably do not want the node to execute once per item (as it is the default in n8n), but rather once. If that is the case, you should activate “Execute Once” under “Settings”.

1 Like