I have an Alteryx app in which it writes a file to an Azure Blob storage area at the end of a certain period using the download tool.
I need the workflow to display an error message if the file already exists.
The workflow changes the name of the file using user inputs, ensuring that a file for a different period will be written as intended. However, users should only be able to write a file for one period once. So need to get rid of overwrite functionality.