Hello,
I have a workflow that takes in a spreadsheet with 1 main tab and multiple supplemental tabs. I'm reading in the sheet list along with the file path, then use a formula to combine the 2, and finally feed that into a dynamic input tool in order extract the data from each tab. After that I use a series of joins in order to combine everything into 1 big data set. Everything works great except the supplemental tabs don't appear all the time. So if I feed in a spreadsheet that's missing a tab (like in the below screenshot). The workflow would throw out a parse error and stop working all together. I'm ok with no joining the missing tabs so how do I make the workflow ignore the error and keep going?
