Hi guys, I am trying to create an automation that involves asking the user a series of questions, like their name, age, and height etc. And I would be using input dialog for these questions, or is there a better way of doing it? After that, I would like to store these values (maybe after creating a variable for name, age and height respectively) and then create a data table to store the user’s information before writing the range to an Excel workbook. But how exactly do I start? I am very lost here hahaha… Thanks for reading!
You can actually create a form and get the values this way all values can be taken at once
if using input dialog box…then drag one for each type and assign a variable to each input dialog box and then after all questions build datatble activity with required number of columns and add data row with all variables in array row as {var1,var2,so on}
The same approach for forms as well but instead you would create one single form and get all data at once
Some started help
https://docs.uipath.com/activities/docs/about-the-form-activities-pack
cheers
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.