Hi All!
I am building a workflow that takes 3 different types of excel sheets and does a union on their data. I want to make it so that if any of the sheets is missing, it should still run.
Currently, if any one of the input files is missing, my workflow outputs and error, and doesn't union the other two files.
Is there a way around this?
Thanks!