Pagination api Google

Hello! How are you doing? I hope you are doing well!

I see you with a query regarding the google api, when I use an http request and the google group has more than 400 people, I have to use the pagination, it works fine, but I run for example 7 times that are the queries it makes, but I need those 7 queries generate them in 1 single item to send a response with all members in total as I do it through a Webhook respond, anyone know how to do it?

Thank you very much as always!

Information on your n8n setup

  • **n8n version:1.92.2
  • **Database (default: SQLite):Postgres
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):queue
  • Running n8n via (Docker, npm, n8n cloud, desktop app): aws
  • Operating system:

hello @Internalit_Automatio

You can combine multiple items into one with the Aggregate node

hello @barn4k

I have tried what you indicate but I keep getting 7 executions of which I need only 1 with the info of all the executions.