I have a workflow that scans directories for Excel files and then loads the data from them. The files are human generated so there can be differences between them for which I have a case switch. Any failing nodes during case identification or treatment, I manage to catch and save for later treatment. However, if the treatment nodes yeild a table with a differing structure from the standard one, I don’t manage to catch that error. The loop end doesn’t find a suitable head if it is before the catch errors.
This works
This doesn’t work
How can I capture the errors that can happen in the loop end node (differing table structure errors) within the try catch