We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Alteryx package file and Workflow Dependencies

sufregs
7 - Meteor

I am trying to package an analytic app for sharing. However, the recipient is not able to access it as it keeps showing file paths with my credentials. I tried setting the workflow dependencies to All Relative and exporting again. But recipient is facing same issue.

I've observed that some of the inputs posing challenges are those with wildcards. Is there a way to resolve this?

13 REPLIES 13
alexnajm
18 - Pollux
18 - Pollux

Instead of Export Workflow, can you zip the folder with everything in it and share that instead? Or can you give them access if it's in a shared location?

apathetichell
20 - Arcturus

hypothesis --- the errors are not on loading the dependencies into the flow ---> the errors are that you have some tools set for unc which are not reconfiguring. These tools could be inside of a macro or a dynamic input -->. Can your coworker identify which tools are causing the errors?

sufregs
7 - Meteor

Thanks for the response.

The macros in the workflow were unselected during export. I do have dynamic inputs in my workflow though. I will check with my coworker and provide an update.

sufregs
7 - Meteor

sufregs_0-1753368305881.png

These are the errors he is getting.
Any help with this would be appreciated.

sufregs
7 - Meteor

I will try zipping as well and see how that goes. Thanks.

apathetichell
20 - Arcturus

ok --- so going off memory ---1) directory tool --- is static ---> ie it's going to map to a specific directory.

2) input data tool---> if you don't include the excel files as dependencies --- they will not be remapped to externals locations.  If you include the .xlsx files in your .yxzp ---> they should be remapped to externals.

 

@alexnajm can confirm is this is correct and expected behavior.

alexnajm
18 - Pollux
18 - Pollux

Yes unfortunately using wildcards will not include the data in exporting the workflow :/

apathetichell
20 - Arcturus

@alexnajm and if the excel files are not included as workflow dependencies --- then no remapping to externals will occur -right?  this generally hits me the other way ---> ie dependecy is remapped ---> replace a specific string in the action tool is stuck to my old location.

 

@sufregs --- short is --- this seems like normal --- but very annoying behavior --- if you can confirm you aren't including the endless list of excel files in the .yxzp package.

sufregs
7 - Meteor

no. they don't show up to be included during the export. the directories as well. And yes, it's annoying 😣.

Thanks for the help.

Labels
Top Solution Authors