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?