How to get dropdown value from excel?

Hello, I’m trying to get the value from dropdown list in excel. Please reply if you have a solution for this problem. Thanks!!!
Capture

Drag and drop the “Select Item” activity into your workflow. Indicate the dropdown list then you will get the values.

@Muhammad_Hariz_Hakim_Rosm

Hi @Muhammad_Hariz_Hakim_Rosm

Welcome to UiPath community

  1. Use the “Read Range” activity to read the data from the Excel file.
  2. 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.
  3. 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,