Google drive node run once instead of n times

Describe the problem/error/question

in my flow the n8n google drive node for searching files is running only once instead for n times

as you can see in the image, 17 flows enter the nodes, but only the first one is computed.
this happens even if i force an output from the node.

it even says it in top that it runs multiple times, but it is not true.

how can i make it run for each items in the flow?

What is the error message (if any)?

no error

  • n8n version: 2.0.3

Hey @Giorgio_Parolini !

Benvenuto!

The Drive node searches only for 1 filename, to achieve the “multiple times”, you will need a “Loop Over Items” node.

Cheers!