Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Need Help on Archiving process

sahasanb
7 - Meteor

I am new in Alteryx. Need help to built a workflow that will move all .xlsx file starting with 'TEST_' to a another folder (Folder Name will be date with timestamp example 220720220830000)

1 REPLY 1
johnyli168
Alteryx
Alteryx

Hi @sahasanb,

I would reference this solution here but just modifying the filter section to meet the conditions you specified (Contains([FullPath],"TEST")) or (Left([FullPath], 5) = "TEST_")

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Moving-files-to-another-directory/m-p/...

Labels