I was wondering if anyone could help me.
I have built a workflow that takes a master database and produces several reports for me.
I have also built into this workflow to update the master database beforehand with any new client files (which come in as a csv) before it produces the reports.
The issue I am having is when there are no files to update the master database with it obviously produces the error “cannot find the file” for the input of the additional files.
Is there a way to pull the info in only if there are files within the directory, and if there isn’t to just continue using the current master database?