Alteryx Designer Desktop Discussions

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

Upload files to Azure blob storage weekly

Pankhudri20
8 - Asteroid

Hello,

 

I have a python file to upload a set of files from folder to Azure blob storage. 

However, I am required to automate this process through Alteryx where each week the files should be uploaded to Azure. Each week, a new folder should be created for sunday date of that week.

How can I achieve this? I have the python code to upload files but need to create the workflow to automate the process weekly and create a folder.

Any help would be greatly appreciated.

 

Thank you

Pankhudri

1 REPLY 1
mceleavey
17 - Castor
17 - Castor

Hi @Pankhudri20 ,

 

This THREAD will show you how to create folders using the render tool. This is the only standard tool which can auto create folders on the fly.

To fully automate the workflow you will need the server, as automation and scheduling is a server function.

 

M.



Bulien

Labels