Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy first Alteryx challenge!
Really cool! Good job.
How can I open the .yxzp file if I'm only running 2018.4? When trying to import the contents of the package I get the error that the files were created with a later version of alteryx.
Save the file to your computer, then import it as usual. It'll create a folder with all of the files (workflow and any input file sources). Right click on the yxmd file and open it with a text editor such as notepad ++. The second line will have the version of Alteryx in it.
Change it to the version you have and save. Open the file as normal.
Thank you :)