Execute a node multiple times and then give out last result

I am wondering if it is possible to execute for example a HTTP Request Node 2-3 times and give out the last result.

Reson is for performance testing with services that require a cache warmup and need 1-2 prior requests before there are valid results.

Does anyone have a idea?

easiest way would probably to simply add an if after the HTTP request node to check if there is data coming into n8n. if not try again.

1 Like

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