Hello everyone.
For my workflows, I use the Directory tool for reading multiple files at once, then filtering only the one of my interest.
Currently the Directory path is:
C:\Alteryx\User1\Input*.csv (this is static)
For my output files I use a dynamic path through a SHARE set up on my PC.
With a formula tool a create the path with this formula:
GetEnvironmentVariable('ALTERYX_SHARE')+'\OUTPUT\output.csv')
The SHARE is called ALTERYX_SHARE and in my case it corresponds to USER1, in the case of an additional user the ALTERYX_SHARE will correspond to USER2, USER3, etc...
How can I make my input PATH as well as my output PATH dynamic? Can I find a solution without an interface tool?
Thanks to anyone who will help me.