Lets say a action returns multiple items and instead of using the loop over items, you just continue to add additioal action, each action will get process by the number of items, but does each action get process N times before moving to the next action? or does each action get processed 1 once until the end and then it loops back n number of times?
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:
Hi @Ray_Matos, which nodes are you referring to?
Usually the node processes the action once per item before moving onto the next action unless you turn on the Execute Once option in the node’s Settings where it only executes once with data from the first item.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.