I am working on a project in which checks are issued and need to be brought into the workflow. The issue is that checks are not issued every day, but my workflow is run every day - there are other parts. If there are files, the workflow works great. If there are no files for that day, then my dynamic input gives an error "CAN'T FIND THE FILE..."
I have the dynamic input tool after a filter, so it would seem that if the directory tool read in no files, then the dynamic input tool shouldn't run, but it always runs.
Does anyone have any ideas on how to prevent the dynamic input tool from looking for a file if the file is not in the directory?
I isolated the portion of the workflow and attached a snapshot of it below with the error.

Thank you.