Hi, Knime 4.7.7 user here. I was trying to find a solution to enclose the Google Sheets Updater Node within a Try-Catch combined with a recursive loop as shown in the tutorial workflow (Error Handling with Try-Catch β KNIME Community Hub). However, the Google Sheets Updater node does not have data output nodes and I am unable to apply this example to my use case.
Essentially I want the google sheets updater node to run infinitely (or for a fixed number of times) if I get a connection timeout error. How do I accomplish this?
Thanks for the response. However, I am clueless about how to implement this solution. My problem statement: The google sheets updater node fails due to a connect timeout error. I want the try catch node to loop infinitely till the data is written to the google sheet. How do I do this? Screenshot attached