Hello,
I'm trying to run a script to export a file from Anaplan to a remote server.
Here is the line:
set Operation=-service "https://api.anaplan.com" -auth "https://auth.anaplan.com" -export "myFile.csv" -execute -get "\\myRemoteServer\myFile.csv"
But when i run it, it instead tries to find a repository called "myRemoteServer" on my local server.
Is there a way to do it and if so, what am I doing wrong ?