Hi - I'm hoping to monitor a folder for new files using the directory tool. In the directory there will be a file that I need, but the size will initially be 0 until a separate process (not Alteryx) completes, at which point the file size will be populated. I'm hoping there's a way for me to be notified when the file size in the directory is > 0. For that, I need the workflow to keep re-running/looping until this happens.
I'm wondering if it's possible to do this? I don't have much experience using Iterative Macros, so I'm not sure that the condition can be implemented to keep running until the file size is greater than 0.
Thank you!