Dear community,
this is probably a basic issue, my apologies if this was asked before.
I have a workflow which is running fine via Alteryx Designer. When running it via the gallery the following error message appears:
Both workflow and macro have been saved in the same file location and uploaded to the gallery "private studio".
Any idea how this issue can be solved?
Many thanks,
Daniel
Solved! Go to Solution.
Hey @Daniel_Kaeppel, if you go to Options > Advanced Options > Workflow Dependencies, is your Workflow still referencing your macro from an absolute location there (i.e. locally)? If you try changing this to 'All Relative' or 'All UNC', does that remedy the issue?
https://help.alteryx.com/20221/designer/workflow-dependencies
Hi Data Nath,
thank you for getting back to me. In the workflow dependencies I cannot see the macro, only the dependencies to the output data files.
best regards,
Daniel
@Daniel_Kaeppel when you save your workflow to gallery, did you package the assets (macro) within the workflow? You can do this in the workflow settings > manage workflow assets. I think that'd be the easiest way as the method I outlined above relies on you saving the macro to gallery as well.
Thank you, @DataNath
This was the issue and the described steps from your link have helped me fix the issue.