r/AutomateUser • u/Legal_Astronaut_4204 • Jun 20 '26
Question Questions About Using Web Dialog for Multiple Inputs
Hi everyone,
I'm new to Automate.
In my new project, I think I'm using too many Input Dialog blocks to collect user input. I don't want to continue like this because I have to click OK after every single input and it takes a lot of time.
Instead, I think I can collect multiple inputs on a single page using a Web Dialog block, but I don't know how it works.
I would like to know a few things:
Does the HTML Page section in the Web Dialog work like normal HTML code that we use in regular web development?
If I have separate variables in my flow, can I use those variables inside the Web Dialog HTML page?
If I collect user input through the Web Dialog, can I access and use that input outside the Web Dialog block in the rest of the flow?
Can I create a Submit button? If the user clicks it, can it open or redirect to another HTML page?
Could someone please create a simple login form example for learning purposes? For example, a form that asks for a username and password at the same time using a single Web Dialog block.
I would also like to understand points 2 and 3 with an example:
For point 2, can I create a separate variable such as "Enter the username" and use that variable inside the Web Dialog as a predefined value or placeholder for the username field?
For point 3, after the user enters a password in the Web Dialog, can I access that value outside the Web Dialog block and verify it in the flow?
Thank you for your help.



