background:
folder with 100's of csv files. my workflow will pick the file name sthat starts with "Phone*.csv"
can be any number of files.
process:
I'm using directory tool to reach the file like this
directory name:
file type: Phone*.csv
Issue:
process works fine when files exits. but when NO file exists i get blank records but my process fails because i'm expecting file and data.
how to handle this.
when No files exits i get this blank

Process:
if file exists -- Good
If it doesn;t then stop the worflow. -- I'm having isues here