Rerun HTTP-Post Node on error

I’m currently using a HTTP Post to add a file to a repository on our local Gitlab (we store some processed email attachments in a local repository).

Every once in a while that HTTP Post process fails with a specific error that tells me to retry (which when in manual mode, works perfectly okay).

Is there a way to tell the node to continue on a 400 and/or build an IF-Node afterwards that re-runs the process until it succeeds?

Nevermind I found the solution :slight_smile:

Retry on fail switch on the node should do the trick.

Yes, exactly that should do the trick.