Alteryx Designer Desktop Discussions

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

Reading files from external folder

felipeecst
7 - Meteor

Hi everyone,

 

I'm using Alteryx via API and want my workflow to read some files from a specific folder at each execution. When I save the workflow, Alteryx copies these files to its ProgramData folder. The problem is: when these files are updated on the original folder, Alteryx still uses the older version that was copied to the ProgramData folder.

 

Is there any way to make Alteryx always read from the original folder, instead of creating a local copy of the files?

 

Thanks in advance!

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus

is it reasonable to set the path as a user variable and have your reads and writes include the %PATH%?

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
felipeecst
7 - Meteor

Hi MarqueeCrew, thanks for your response.

 

Yes, it is reasonable. But I don't know how to set this variable. Could you please give me the directions?

You mean using Text Box, for example?

MarqueeCrew
20 - Arcturus
20 - Arcturus

@felipeecst,

 

I'm in an inspire16 session right now.  Please do have a look at this link for an idea of how to use the constants in your workflow.

 

http://help.alteryx.com/10.5/index.htm#Constants.htm

 

Thanks,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels