Purge previous data from HTTP node when iterate

Hi I want to purge all previous output data from HTTP Request Node while iterate. Now for every iteration I get back all previous output + current data and the instance crush due to high memory usage. How can I purge all output data at the end of every iteration?

Information on your n8n setup

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

Hey @devunknown,

Welcome to the community :cake:

Do you have an example workflow showing how you are iterating? If you are using a loop we won’t clear previous executions in the workflow the best way to handle that would be to use another workflow that handles the http request that you can call in the loop.

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