Alteryx Designer Desktop Discussions

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

Dynamic Naming of PDF Files produced by Render

iJazper306
6 - Meteoroid

Hello,

 

Is there a way to dynamically name PDF file(s) produced by Render based on a static cell of data within Alteryx workflow?

 

e.g.

 

Cell A2 = "Filename.pdf"

Render of this report should be named after cell A2

 

Note: I am also using a table tool preceding Render.

3 REPLIES 3
Emil_Kos
17 - Castor
17 - Castor

Hi @iJazper306,

 

This post should help you:

 

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Dynamically-rename-output-file-with-re...

 

There is also workflow attached to it so it will make your life easier!

iJazper306
6 - Meteoroid

That solved it. Thank you!

 

I already had a column with the designated filename (dynamic value based on a static cell) so all i really had to do was:

1) Update my Table tool to group by FileName field

2) Update Output File path in Render to .\.pdf (will saved as PDF in same directory as workflow)

3) Check "Group Data" box in Render and set field to FileName + replacing Filename with Group

 

Thanks for the speedy reply!

ai10nelson
5 - Atom

Hello all,

 

i am trying to set up the same thing here but am not following. I dont really understand what I am supposed to put in Output file. I am trying to save an excel file and dynamically change the name based on date and customer (which i have coded in a formula tool before this named 'file path')

 

ai10nelson_0-1615485110648.png

 

Labels