How to retrieve the values in excel

Hi, for instance, if there are emp details in excel, and if I want to get the emp name using emp id…How can retrieve that…

Note: have just started learning ui path, please post your answers in a simple manner, so that would help me make understandable easily

Have you checked this?

Hi,
Here we go.
Assign EmpName= Datatable.select(“EmpID=123”)
Please create excel like this.

And here is the solution
excelEmpName.xaml (10.2 KB)