Hey all, I have this workflow that I run every month that reads in a batch of excel files with different tab names. I have separate dynamic inputs that allows me to read in each tab in each file that is uploaded to a shared drive. Since not all files have each of the tab names I search for (with some have multiple tabs that I'm searching for), this gives my workflow an error when I'm running the workflow. This is fine for my monthly updates, but now that I'm attempting to add the analytic app, I'm running into troubles. Here is an example:
File A has tab 1,2,3
My workflow has inputs searching for tabs 1,2,3,4 in separate streams of the workflow.
When searching for tab 3, it will read all of File A's tabs (1,2, and 3). When reading tabs 1 and 2 it will throw the error, but continue the workflow.
When my analytic app tries to run the workflow, it gives no output since it runs into the error. Is there any workaround for this? Should I try a different method?