I'm brand new to Alteryx, and trying to learn. I've researched several options, but none seem to be doing exactly what I'm trying to do. Basically, we have four "error directories" set up to receive excel files from vendors once a day if there was an issue the previous day. The emails will come in if there was an issue, or if there was no business done the previous day we'll receive an excel file (also in the error directory.) We don't have any notification system set up currently to let us know if a file comes in, so I'm trying to automate the process. It's simple enough if it's sending an email whenever a new file comes in. However, we need to send a different email based on whether the file is empty, or if there is data present (it doesn't matter what the data is, any data present sends the same email.)
What is the best way to determine daily if a folder has a new file in it or not, and if a new file is present, to do different actions based on whether data is present in the file?
There's four directories I need to do this for, but I'm assuming the general process will be the same for them.
Thanks for your help!