SOLVED
Missing Field Map for Data
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
IraWatt
17 - Castor
06-27-2022
01:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
2 REPLIES 2
clarab
Alteryx
06-29-2022
06:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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:
06-30-2022
01:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Perfect exactly what I was looking for thanks @clarab !