Hi! I'm trying to copy a template file from the Alteryx file location to the same location with a different name and write the output of the workflow to the same copied template. The run command works perfectly on Designer. When I run it on Gallery, it does not throw out an error, but the template does not get copied AND/OR the data does not get written to the template. Any idea what could be going wrong here? I'm generating the source and destination paths with the help of the [Engine.WorkflowDirectory]. And the source template is already there in the same folder as Alteryx.
Solved! Go to Solution.
Hi @Paulomi
You might want to work with your server admin. I'm not an expert on the inner workings of Gallery/server, but two things come to mind:
Hi @Luke_C ,
Any suggestions?
Hi @Paulomi
I think the issue lies in point 3, I don't believe the gallery will have access to your local machine. Take a look at this thread:
Hi @Luke_C - Looks like the local path was an issue. I resorted to a shared drive approach to copy my templates and the solution seemed to work. Thank you for this!