Hi,
I am new to Alteryx and I am developing custom tool using html GUI SDK. I have a requirement to open the dialog box on click of button how to achieve it.
I'm not 100% sure if you are asking how to ask the user the input or how you can have the workflow click on the box.
For the first one:
You would be looking at creating either as a Macro or as an Analytical App.
You will need to change it in the workflow tab and use the Interface tools.
For the second one: I think using python would be the best solution.
I have a button in html and on click of button python function should trigger. How to achieve it?