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 IO Discussions

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

Missing Field Map for Data

IraWatt
17 - Castor
17 - Castor

Hi,

I am following the SDK guide for setting up a HTML GUI with Macro backend: Macro | Alteryx Help

 

IraWatt_1-1656362299196.png

Looking at the docs what I think I need to do is make sure all the elements reference each other:

IraWatt_3-1656363060369.png

 

IraWatt_2-1656363036831.png

 

IraWatt_0-1656362223698.png

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 

2 REPLIES 2
clarab
Alteryx
Alteryx

@IraWatt Basically, the name of the connection in the tool config XML file must match the name of the macro tool.

 

clarab_1-1656553402981.png

 

 

 

 

 

Macro Input:

 

clarab_2-1656553443843.png

 

Macro Output:

clarab_3-1656553585624.png

 

 

IraWatt
17 - Castor
17 - Castor

Perfect exactly what I was looking for thanks @clarab !