HTML tools and macros are found in several directories. If Designer detects the same macro installed in multiple places, the order of precedence for resolution is:
User tools path |
%APPDATA%\Alteryx\Tools
|
Admin tools path |
%ALLUSERSPROFILE%\Alteryx\Tools
|
HTML plugins path |
<install directory>\bin\HtmlPlugins
|
Runtime macro path |
<install directory>\bin\RuntimeData\Macros
|
If Designer detects the same HTML tool installed in multiple places, the order of precedence is the same.
Paths in Config.xml files can be relative to any of these paths. If you reference the backend macro of an HTML tool as Supporting_Macros\MyMacro.yxmc, Designer attempts to use each of the paths in succession.
Designer does not attempt to resolve the macro path relative to the HTML tool path. If Supporting_Macros is a subdirectory within the HTML tool, reference the macro path relative to one of the listed paths.