Hi,
Novice question here, I am trying to automate a process that uses an Excel workbook with different sheets. How do I create an option for the user to select a sheet in the workbook to use before the automation begins? I am using Studio 2022.10.3 Thanks for the help.
Welcome to UiPath
Use Input Dialog to ask user for sheet name > store result in variable > Read Range with variable as sheet name > continue process with that datatable.
If you found this helpful, feel free to mark it as the solution
Happy automating
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.