I have a workflow that processes two types of files "separately" because their data needs to be cleaned differently and then joins them. However, it could happen that one of the two data sets is missing, but I would like to be able to run the workflow anyway and avoid the Dynamic tool error that I get in case the file is not found. I would like to avoid using Macros though.
The logic of my workflow is not that complicated and looks like the following.

Any help or tips would be highly appreciated!