How to get multiple inputs from user at time in Studio activity?
e.g.
Url:
Username:
Password:
Please advice me.
How to get multiple inputs from user at time in Studio activity?
e.g.
Url:
Username:
Password:
Please advice me.
You can use 2 different time input dialog activiti. May be can you try paralel activity.
You can use the Input Dialog Box Activity, 3 times and store the values in a String variable.
Regards,
Ajay Mishra
Thanks Ajay! but I want to get inputs like form, if any possible on activities.
@Gowthaman_Subramanian No, I think no such activity provides a form structure. You could consider using UiPath Forms.
Regards,
Ajay Mishra
Input dialogue won’t be a practical approach here. Use UiPath Form for this. Refer this tutorial.
To collect multiple inputs at once in UiPath Studio, you can use the Custom Form feature from the UiPath.Form.Activities package. Start by installing the package through Manage Packages. Then, use the Create Form activity to design a form where you can add fields for URL, Username, and Password. Label these fields clearly so users know what to enter. Once the form is complete, link the fields to variables like url, username, and password. This allows users to input all the required information in one step, making the process simple and efficient.
I wholeheartedly recommend forms I use them all the time for exactly the reasons in the OP