Hey, I have an issue with the loop. The workflow ends prematurely bcs nodes dont receive required data. Its a HTTP request node that passes data in the error path. I want to just ignore that node then and start the loop fresh with the next item in the row since this data would be required to continue the remaining nodes in the loop. Is there a way to clear the data in the loop once this occurs and just start with the next item?