This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Hi all,
I am trying to figure out whether we can save the data into a local file where the alteryx server was installed.
So basically, the use case is can user save data from the workflow uploaded into the Alteryx Server into local files where the server was installed?
Any assistance would be appreciated.
Thanks.
Solved! Go to Solution.
Hey @asyraf__razak
As with any file, if you know the filepath you can save a file there.
So if your server is installed on a machine in C:\ProgramFiles........You can save a file to the same place using that filepath
I would add, its normally a good idea to be saving files to your server.
If you have a network drive that would be much better to use
Thanks