Hello,
I am trying to write a workflow that checks a folder to see if it is empty or not.
If it is empty, then it would create a dummy file.
With my workflow I have 3 separate folders with input files, but for my process it should still run even if one folder is empty. The workaround I am trying to do is to create a dummy file in that folder if its empty so my workflow stops breaking.
Any thoughts on how to do this?
Mike