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!

Alteryx Designer Desktop Discussions

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

Show me the Macros!

dawnh80
8 - Asteroid
Do you know the many methods to add existing macros to your workflow young Alteryx Padawan? There is also a way to change the macro location if you receive the dark question mark icon referring to a macro that is lost to the dark-side.
 
The first method which doesn't always play nice is to add it to your Tool Palette.
 
You go to Options > User Settings > Edit User Settings
Then in the User Settings pop-up menu, you select the Macros tab. Click on the Plus sign to add your Macro folder path. It will show up in a Macros folder in your Tool Palette after you click OK and then Save.
 
AlteryxMacrofolder.jpg
 
The next option is to simply right-click anywhere on your canvas, select Insert and scroll down to Macro...
 
AlteryxRightclickmaco.jpg
Here you can navigate to where the macro is stored and insert it right on the canvas.
 
Lastly if you have received a workflow from a coworker and you open it and you see the black question mark icon. Chances are it is referring to a macro that is stored somewhere in their computer.
 
BlackQuestionmark.jpg
 
The workaround is to open the workflow in Notepad++ or an application like it.
Do a Ctrl F and search for the text word Macro directly in the xml code. Your results will display the folder location that is pointing to somewhere in their drive.
Replace this File URL with where the macro is stored. Save the workflow and then re-open it with Alteryx.
Another way to prevent this is to have a team folder for all macros that you all have access to.
1 REPLY 1
Qiu
20 - Arcturus
20 - Arcturus

@dawnh80 
Nicely summarized. 👍

Labels