Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Dummy input files?

vj28
8 - Asteroid

For certain tools like dynamic input, run tool etc I've noticed some alteryx developers sometimes use temp files as inputs, but I'm not sure how they work, where they're stored etc. 

 

For example when using run tool to run a macro, temp files can be provided under "Read Results" and "Write Source" (something like %temp%delete.yxdb). What exactly does it mean and is it possible to keep these files hidden?

1 REPLY 1
KGT
13 - Pulsar

%temp% will take an environment variable and create the path. If you go to a cmd prompt and type "Set" (no quotes), you will get a list of environment variables. Running in Non-admin, this will often be your user temp directory buried in AppData. 

 

Sometimes, the temp directory will actually be a temp directory for that run of the workflow, but that is not ordinarily on designer, and not %temp%.

Labels
Top Solution Authors