We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to add the current date to file name while uploading a file to s3 bucket using alteryx

varun_sub
6 - Meteoroid

I have a workflow in alteryx where I am downloading two files from two different urls. After making the required modifications I want to upload them to the s3 bucket as well as save a copy locally. I want to add the current date while saving the file in both cases. I was successful in using a formula tool to rename the file saved locally. But unable to do for the copy being uploaded to s3. Can anyone help me with this?

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @varun_sub 

 

There's no way to update the output object name in the main workflow, but you can do it in a batch macro.  Look at the solution from @CharlieS in this post

 

Dan

varun_sub
6 - Meteoroid

Hello Dan,

   Thanks for the link. I did refer it. I am very new to Alteryx so please don't mind the question. So for the macro input tool the file input location would be the s3 file location and for the action tool we would have to select the update with formula option for the object and add the formula for the current date. Can you please tell me if this is the correct approach?

 

Regards,

Varun

Labels
Top Solution Authors