How to add data from API requests loop into single output?

Hey guys, how’s it going?

I need help understanding how to work with aggregating data into single output. I’m woking with pagination on API requests.

Flow:

I can see the data inside each run:

I found no way to add data from each run into a a single output, any ideas?

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:

Yeah you’re kinda doing this totally wrong, in the HTTP request node, under options there should be an option for “pagination” this allows you to configure a setup for most/all paginated APIs I’ve ran into.

Hey @Andres_Milanesi Check out this guide on HTTP Node Pagination. Feel free to reach out if you have more questions!

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