Hi everyone,
I'm building a custom tool using python SDK for Alteryx Designer.
My idea is to have 2 screens/layers in my tool, the first screen is for users input their username and password, and the 2nd screen is for listing items that users can select.
I've created the HTML for the tool, but now I don't know how to run the tool inside a workflow.
How can the user select the item on the 2nd screen? And how can I pass the username/password into the 1st screen?
I think the Salesforce Input tool is similar to what I'm working on but I'm not sure how they create that tool.
Thanks for reading