Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Engine Works

Under the hood of Alteryx: tips, tricks and how-tos.

Have you ever wanted to package and share a workflow with not just Excel data but PDFs as well? With just a few clicks, you can include all of the assets you need to share!

 

How to Package All Assets in a Shared Workflow

 

Navigate to Options -> User Settings -> Edit User Settings.

 

Under the General Settings, check the box for Display Asset Management in Properties Window.

 

image001.png

 

With the new option enabled, when clicking on your inputs, you will now have the Assets configuration option. On your desired input tool, click the Assets box to begin adding your PDFs.

 

image002.png

 

At the bottom of this configuration screen, click the Add File(s) button.

 

Once added, you will see them listed under User Added Assets.

 

image003.pngimage004.png

 

Double check that your externals are showing as relative by navigating to Options -> Advanced Settings -> Workflow Dependencies

 

image005.png

 

Finally, we can export our workflow by going to Options -> Export Workflow.

 

This allows us to check the boxes for the Assets we added previously and include them as part of the packaged workflow.

 

image006.png

 

With all my assets neatly packaged, this enables anyone I share this packaged flow with to run the workflow with no broken links or missing files. This not only saves the time of my end users but also enhances collaboration and reusability.

 

This PDF packaging process is helpful for sharing training materials, client deliverables, and for compliance & audit trails.

Comments
BS_THE_ANALYST
15 - Aurora
15 - Aurora

@rachelhatcherian that's amazing! Love this 😎. Every day is a school day 😁

TheOC
16 - Nebula
16 - Nebula

Sweet trick - in case it helps anyone, it also works for other files too - batch files, Python dependencies etc.

abacon
12 - Quasar

Turning that on now, will definitely be helpful down the line.

Gaurav_Dhama_
12 - Quasar

In addition to the above, we also package macros correctly in the same fashion. Check out below.

Add Macros as Assets

If you see only the path for the macro you have selected, you will have to open the macro and add the sub macro as asset as well.

Gaurav_Dhama__0-1754462058296.png

 

How?

Open this macro and select the sub macro, go to assets and check the macro path. Once done come back to workflow.

Now when you select this main macro, you will see two paths.

Gaurav_Dhama__1-1754462058298.png

 

Select all the items that you want to be part of the package.

Generally, I would skip any files and only keep macros, to avoid increasing the workflow package size.

 

 

Export Workflow

With the files attached, when you now export the workflow, both macros (Parent Macro and Sub Macro will be added in assets)

Gaurav_Dhama__2-1754462058302.png