Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Is it possible to open the 10.5 workflow in 10.1?

kennethli
8 - Asteroid

Hi,

 

I have come across a problem is that I used 10.5 to build some workflows and I want to show to my clients. But they are using 10.1....is there any ways to open the workflow in 10.1?

 

Thanks.

Kenneth

4 REPLIES 4
kennethli
8 - Asteroid

Haha, I found a way to do it. But this may not be a good method and still welcome if there is any safe/official ways.

 

Just open the workflow in xml format with a note pad and change the version. Then you can open it with 10.1

 

<?xml version="1.0"?>
<AlteryxDocument yxmdVer="10.0">

jdunkerley79
ACE Emeritus
ACE Emeritus

A good tip - use it when I post solutions for people not on 10.5. 

 

Works back to at least v9 as well - assuming you arent using tools from a later version. If you do have new tools they will just appear as an unknown tool.

TaraM
Alteryx Alumni (Retired)

@kennethli is correct, set the version in the *.yxmd to "10.0" - the only caveat here is if the workflow has a feature, tool, configuration that was introduced in 10.5. 

Tara McCoy
edith_agile
5 - Atom

YOU JUST SAVED ME A HUGE HEADACHE!

Labels
Top Solution Authors