Hello,
I have a workflow that unions 10+ reports from different customers. We get reports from customers each week and they all get pasted into that customers folder and then my workflow looks pulls in the data from each individual folder and then unions them after they've all been formatted to have identical columns. The issue I'm having is that not all customers send a report each week. So for the customers that don't, I have to turn off their load in a container. This is a tedious process and involves manual work each time I need to run the report. My question is, is there a way to ignore a part of a workflow if the input tool has an error (without using a container)? Currently, if there is a report from a customer missing and I don't turnoff that customers container, none of the other data sources are unioned together. Is there any way around this?
Thanks!