Hi,
I’m seeking assistance with a workflow requirement for Alteryx Designer, which will also be deployed on Alteryx Server. Since the Run Command tool isn’t suitable for server execution, I’d appreciate guidance on building a workflow that meets the following criteria:
Requirements:
1. Folder Naming: Each folder is named by business date in the format YYYYMMDD.
2. Latest Date Selection & Copy: The workflow should identify the folder with the latest date and copy its contents. When copied manually, the file is named with the date and “- copy” (e.g., “20250918 - copy”). This process should run daily, except on Saturdays and Sundays.
3. Note that the folder contains number of folders and files around 4 gig all in all.
4. Renaming: After copying, the file should be renamed to today’s date in the same format (e.g., “20250919”). The workflow runs around 2:30pm EST, so it should determine the next business date accordingly.
5. Email Notification: Once the renaming is complete, an email notification should be sent confirming the process is finished.
I’ve attached a sample set of folders. The workflow should copy everything found inside the latest date folder.
Thank you in advance for your help!
Kamen