Hello, I’m trying to get the value from dropdown list in excel. Please reply if you have a solution for this problem. Thanks!!!
Drag and drop the “Select Item” activity into your workflow. Indicate the dropdown list then you will get the values.
Welcome to UiPath community
- Use the “Read Range” activity to read the data from the Excel file.
- Use the “Find Children” activity to retrieve the value of all elements in a drop-down menu. The output is stored in the variable type IEnumerable.
- Use the “Select Item” activity to select an item from a drop-down combo box or list box.
Check out the video link
Regards
Gokul
Hi @Muhammad_Hariz_Hakim_Rosm ,
You can read excel to get data table, then you go to website
use select item activity with dynamic value
regards,