Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAI opted for the old XML hack method :)
I also sent a very grumpy email to my co-worker asking him to make sure that he sends this workflow as a packaged workflow in the future :)
Part time Tableau, Part Time Alteryx. Full Time Awesome
Glad for this challenge- it's a very common issue in real life!
1. I updated the directory for the macro inside the yxmd file:
2. API info can be found in the Text Input tool inside the yxmc file:
Macro location fixed. Thanks, NotePad++. Original report restored
I'm currently working on large(120+ tools and counting) workflow and found out that my original naming convention wasn't acceptable. Solution: Open the yxmd in NotePad++ and use search and replace to rename everything. 30 minutes of work and I only ended up with 2 errors on opening the workflow. Updating all the references though the Alteryx UI would have taken 10+ hours.
Dan
I copied the Macro into my existing Macro path, then dragged it from the Macros Tool Palette onto the canvas.
By clicking on the broken Macro, I got the date 2017-12-16, and noticed checkbox setting is false, so I replicated this in the new macro.
Then I deleted the broken Macro and connected the new Macro to the rest of the workflow and ran it.
Having subsequently checked some of the other answers, opening the workflow file in a text editor and fixing the path is a very cool trick! I've banked that one!!!