Free Trial

Alteryx Designer Desktop Discussions

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

Updating Render Tool Output file with interface action tool Update Value with Formula

wonka1234
10 - Fireball

Hi,

 

How do I update my output file in the render configuration to intake what my action update value with formula has?

 

I am trying what is pictured, but no New file is being generated.

 

I am updating it with formula - 

 

"path" + DateTimeToday() + ".xlsx"

 

where am i going wrong?

2 REPLIES 2
apathetichell
19 - Altair

don't overthink this - create it in a formula tool - pass it into render. take value from formula. I would not do what you are doing on a temp file output. 

 

having said that - datetimetoday() is a datetime - if you want to the file to be labeled "path02052024162300.xlsx" you would use "path"+datetimeformat(dattimetoday(),"%d%m%Y%H%M%S")+".xlsx"

 

and if you want the path you'd use an engioneworkflow variable. and I don't know what your action tool is connected to.

 

 

wonka1234
10 - Fireball

@apathetichell  i dont understand how to create it in formula and pass that to the render tool. 

Labels
Top Solution Authors