My workflow contains two macros - one for processing csv files and another for xlsx files. I am picking files of the two kind via directory tools and filtering them to the two macros. Both the macros have an output column which is union-ed and stored.
The workflow works all fine unless it happens that there is not a single xlsx file OR not a single csv file OR not a single file of either kind. In such cases, the corresponding macro(s) error out. How to solve this?