Need some help here. This shouldn't happen:
There is a bug in the Alteryx code.
I don't believe any of the answers given sufficiently address this problem.
The workaround is to open the macro as a text file. At the very bottom of that file there is a "Questions" section. It is under "RuntimeProperties" and looks like:
Copy this text and paste before the closing </Questions> statement:
<Question><Type>Tab</Type><Description>Questions</Description><Name>Tab ([yourtoolidhere])</Name><ToolId value="[yourtoolidhere]" /><Questions /></Question>
Save your file and you should be able to load the macro.
Hi @JDeJong These two threads should help you. Essentially you are going to need to go into the xml and delete tool id 12
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Question-Tool-Load-Error/td-p/28622
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Question-Tool-Load-Error-Macro-Won-t-Open/td-p/436663
Why tool ID '12'? Seems arbitrary.