Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Engine Works

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

While Alteryx continues to release new versions, there is a common scenario that I have come across in the Alteryx Community and other generic places. A person has built this amazing workflow (with macros) or an analytic app, and has shared it as a packaged workflow or an analytic app. Now with all the excitement when you try to open it, you get an error similar to below.

 

atcodedog05_0-1624980385815.png

 

atcodedog05_1-1624980385820.png

 

 

Now that's a bummer! 😞 

 

Fortunately, there is a way to fix it. And I want to share this really helpful workaround so that users can add this to their toolbelt. And version issue is no longer a major roadblock : )

 

Let us address the below questions:

  1. How to downgrade packaged workflows? 
  2. How to downgrade Analytic Apps, Macros and Workflows?

 

I will use workflows from my favorite weekly challenges as examples:

  1. challenge_244_Cats and Dogs.yxzp: Packaged workflow containing workflow and data files. Link to the challenge 
  2. challenge_246_Rectangle Tangle.yxzp: Packaged workflow containing workflow, iterative macro and data files. Link to the challenge 
  3. challenge_215_Gotta Catch 'em All.yxwz: An analytic app. Link to the challenge 

 

Please find the examples attached at the end of the blog.

 

How to downgrade packaged workflows? 

Step 1: Get to know your Alteryx version, so that you know which version the packaged workflow needs to be downgraded to. (Note: If you already know your Alteryx version you can skip this step.)

 

Go to the Menu bar > Help > About - a window pops up with the version number. Here I am using 2020.1.

 

atcodedog05_2-1624980385899.png

 

 

Step 2: Browse to the location of the packaged workflow to open.

 

Go to the Menu bar > File > Open Workflow > Browse > Window pops up to select the packaged workflow. Here I am selecting challenge_246_Rectangle Tangle.yxzp packaged workflow and attempting to open it.

 

atcodedog05_3-1624980385909.png

 

When you attempt to open it you’ll get the following prompts:

 

atcodedog05_4-1624980385911.png

 

Click yes.

 

atcodedog05_5-1624980385916.png

 

Click import.

 

You will be stopped by this version warning. Click ok.

 

atcodedog05_6-1624980385919.png

 

Now through the Desktop screen browse to the file location of packaged workflow.

 

atcodedog05_7-1624980385944.png

 

You will be able to see that a folder with the packaged workflow name has been created.

 

Explanation: Alteryx packaged workflow is kind of a zip file and when you are trying to import it, it is actually unzipping the files for you. On further look into the folder, you can see all the files that were present in the packaged workflow.

 

atcodedog05_8-1624980385969.png

 

Now, since we have converted the packaged workflow to workflows and macros, let's look into the next question.

 

How to downgrade Analytic Apps, Macros and Workflows?

Step 1: In a file browse, navigate to your Analytic Apps/Macros/Workflows. I am browsing to the above example file location.

 

Step 2: Open the Analytic Apps/Macros/Workflows in a text editor such as Notepad.

 

Right click on the file > Open with > Notepad

 

If you don't see Notepad in the options, select “Choose another app” and browse for Notepad or your preferred text editor.

 

atcodedog05_9-1624980386009.png

 

 Step 3: Change the version in notepad and save it.

 

When you open an Analytic App/Macro/Workflow in the text editor, follow the steps below. Here yxmdVer=”2021.1” is the current version of the macro and I need to downgrade it to 2020.1 so that it works in my Designer. Change “2021.1” (macro version) to “2020.1” (my Designer version), save the file and close it.

 

atcodedog05_10-1624980386037.png

 

Becomes:

 

atcodedog05_11-1624980386045.png

 

Repeat the above steps to convert any Analytic Apps/Macros/Workflows.

 

Step 4 / Final Step: Check the workflow in Designer to see whether all the Analytic Apps/Macros/Workflows files are working.

 

atcodedog05_12-1624980386080.png

 

It's working for me! I hope it works in your scenario too. Feel free to reply to this post if you are facing any issues. I will be happy to help. Cheers and Happy Analyzing : )

 

 

Banner image by Inspired Images

 

Comments
atcodedog05
22 - Nova
22 - Nova

My first blog article published on Alteryx Community super excited 🙂😊😁. This is a commonly known workaround. And this article can be shared as a guide for the workaround.

 

This article was inspired by a common scenario that I have seen on the discussion board where a solution author has designed this amazing solution that meets the requirement but the end-user is not able to open and use it due to the version issue. The limitation that packaged workflows cant be downgraded directly also adds to the issue. When end-users used to reply saying they were facing version issues while using the solution author's workflow, I often used to help them by downgrading the files or by sharing these 2 links (link 1link 2) with them. Here is a walk-through guide on how to resolve the version issues. You can share this with your end-user and help them resolve the version issues. And succeed in solving their problem statement by giving them a compatible solution 😀.

 

I took your suggestion @danilang fixed this super helpful post 🙂

 

@mceleavey you can share your workflow with your awesome macros as packaged workflow and share them this guide. And not worry about getting into the hassle of helping them set up the macros 😎.

 

I hope you find this article helpful and help others with this article

@Qiu@Emil_Kos@TheOC@apathetichell@Luke_C@AngelosPachis@DawnDuong@KarolinaRoza@Thableaus@mbarone @messi007@Maskell_Rascal@AkimasaKajitani@shreyanshrathod@vizAlter@dougperez.

 

messi007
15 - Aurora
15 - Aurora

@atcodedog05,

 

Thanks for tagging me. It's really helpful  🙂

 

Best regards,

KarolinaRoza
11 - Bolide

Hi @atcodedog05,

 

Thanks a lot for sharing the article!

It is very helpful as I recently struggled with this issue.

 

Have a good day!

Karolina

 

 

mceleavey
17 - Castor
17 - Castor

That's some fine work, Kiran. I was wondering when you were going to get around to this 🙂

 

This is something that comes up a lot, and although it's probably not supported by Alteryx, it's a quick fix and very useful.

I'll certainly be linking to this when I post tools to the community.

 

M.

atcodedog05
22 - Nova
22 - Nova

Glad you found it helpful @messi007 and @KarolinaRoza 😀

atcodedog05
22 - Nova
22 - Nova

Hi @mceleavey 

 

I remember the time when we were trying to solve the SQL sequence flow through the macros use case. It was a bit of turmoil while communicating with the end-user 😅

This guide should help them in making it compatible and get them working 🙂

 

Thanks and glad you found it helpful @mceleavey 😀

 

 

vizAlter
12 - Quasar

Hi @atcodedog05 — Thank you for sharing the article! 👍

It is one of the most common scenarios, especially for new Alteryx enthusiast(s).  

Emil_Kos
17 - Castor
17 - Castor

Hi @atcodedog05,

 

Awesome work. It is very useful, and I am sure I will share a link to this article very often on the community.

The truth is it is such a big bummer for new users as they don't know how to sort it out...

I tried to search myself(I don't want to create another one as I believe there are plenty of them already), but I couldn't find a relevant idea in the idea section.

I believe you can open a workflow from the newer Alteryx version(you will get a warning message when doing so). I think this should work the same for Alteryx packages.

If anyone would be so kind as to post a link to this idea under this article, we could change it!

 

 

 

 

atcodedog05
22 - Nova
22 - Nova

I agree with you @vizAlter glad you found it helpful 😀

atcodedog05
22 - Nova
22 - Nova

Glad you found it helpful @Emil_Kos 😀

 

Posting an idea on this sounds great we should definitely do it, that would help the new version users. But there would still be a limitation for older version users since they cant use this feature to downgrade (because any new feature would be present only in the latest version).

Emil_Kos
17 - Castor
17 - Castor

Hi @atcodedog05,

 

Emil_Kos_0-1625235847402.png

Taking into consideration that propably I will encounter this issue on the community. I have added this article to bookmark as propably sooner or later I can share it with someone in the community 🙂

 

Emil_Kos_1-1625235906051.png

 

atcodedog05
22 - Nova
22 - Nova

@Emil_Kos 

 

153f77b5994062410f76acc96ea57a79.gif

Qiu
20 - Arcturus
20 - Arcturus

@atcodedog05 
I recall you solve this issue in one of your solutions and the snapshots were somehow gone.

This is vey nice and helpful. Thanks.

atcodedog05
22 - Nova
22 - Nova

Yes, that's right @Qiu without the images it had become less helpful and easy to use 😅. In place of it, I posted this guide 🙂Glad you found it helpful @Qiu 😀

 

DawnDuong
13 - Pulsar
13 - Pulsar

this is super @atcodedog05 !

Maskell_Rascal
13 - Pulsar

@atcodedog05 - this is a fantastic write up on what can be a very frustrating process for new users when sharing workflows!

 

I would only add that Alteryx packaged workflows can be converted to an actual zip file by changing the file extension. You can then downgrade all the workflows/macros/etc, and then change the file extension back to a .yxzp before sharing. Note that you can't use the Open With option from a zip file, so you'd have to downgrade them outside of the zip. This method is only useful if you know the version of the end user you are sharing your packed workflow with. 

 

Before: 

Maskell_Rascal_0-1625580564912.png

 

After:

Maskell_Rascal_1-1625580590072.png

 

Contents of zip file:

Maskell_Rascal_2-1625580611444.png

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @Maskell_Rascal 

 

Thank you for sharing the zip workaround 🙂. We used to follow the same workaround before in the discussion board to provide packaged workflow to end-users. Downgrade the files, zip it, and share it. But sadly Alteryx Community stopped support for zip files as attachments and we could not use this workaround anymore.

 

But this is definitely great a workaround to follow that can be used on other mediums if sharing as .zip file is allowed 🙂👍

Ar13f
10 - Fireball

Dear @atcodedog05 

 

Thank you for sharing ... your article is very helpful and I will try to learn it.

 

 

 

 

 

SeanAdams
17 - Castor
17 - Castor

Hey @atcodedog05 - this is a valuable document, thank you for putting it together.

 

Would it be worth doing an update on this to show users how to update ALL of the files in their project (or in a series of folders) at once using Notepad ++.    Notepad ++ has a delightful feature of being able to find text across multiple files in a folder or a folder tree which makes this much easier.

 

 

atcodedog05
22 - Nova
22 - Nova

@SeanAdams 

 

I am not aware of this feature but definitely sounds existing 😁 I will definitely research on it.

 

This definitely gives me a good excuse to update this blog and write part-2 of this with a couple of more ideas that just sparked in my mind 😀

 

I will try to publish one soon 😎