This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hi,
I am following the SDK guide for setting up a HTML GUI with Macro backend: Macro | Alteryx Help.
Looking at the docs what I think I need to do is make sure all the elements reference each other:
I've a look at the various parts of the project but Its not obvious to me how to debug or link the UI to the Macro input.
Any thoughts are greatly appreciated,
Many thanks,
Ira
Solved! Go to Solution.
@IraWatt Basically, the name of the connection in the tool config XML file must match the name of the macro tool.
Macro Input:
Macro Output:
Perfect exactly what I was looking for thanks @clarab !