Is it possible to stop a workflow without using a macro?
I have a vendor that sends us a file via sFTP, however the time they send the file isn't consistent so this workflow runs every hour from 8am-11am. The problem that's happening is that the workflow is designed as follows:
Directory tool lists files in a folder
File info is passed to dynamic input to read the file
File is loaded into database (database is set to delete all data and append)
Now when there is no file,I would expect nothing to happen, but what ends up happening is Alteryx passes the metadata all the way to the output component which proceeds to delete the data. I want to delete the data but only if there's something to append, but if there is no file, then do not truncate the table. Any thoughts or ideas?