Google Drive file:list - Process every inputs

Describe the issue/error/question

We noticed a different behavior with the Google Drive node when using “operation”: “list”.
Previously, with the version 0.210.2, the node was taking every single value received from previous node and was returning one result for each value, even if the return was empty. But with the 0.211.1 version, it only returned values != null. We were able to fix it by using “Split in Batches” node but that could be impacting others people, hence sharing.

Please share the workflow

This was already discussed here:

Share the output returned by the last node

The output is similar to what with have with 0.210.2, meaning 1 value per input.

Information on your n8n setup

  • n8n version: 0.211.1
  • Database you’re using (default: SQLite): Postgresql
  • Running n8n with the execution process [own(default), main]: Own
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: k8s

Hi @Romuald_BARON, thanks for the hint! I was not aware of this change tbh.

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