I need some help. the issue might be simple but i’m still a rookie with UiPath.
I have an excel file with 3 columns (Rayon | Rate | Description).
in a previous workflow I have collected a Rayon number, so then I need to search into the Excel File this rayon number and take the “Rate” link to this Rayon and store this Rate into a varibale.
Thank you for answering so fast !
So, I’m trying to define the Lookup Data Table but I’m not sure what to write on the output field.
So far, I have filled the ColumnName ; Datatable (input) and the lokup value (I put my argument)
Hope is it correct.
Can you help me please @oddrationale
Using the Lookup Data Table activity, put “Rayon” as the Lookup ColumnName. “Rate” as the Target ColumnName. The DataTable variable you used for the Read Range goes in the Input DataTable field. And the Rayon value from your other workflow goes in the LookupValue field. Create a variable for the Output CellValue which will contain the matching rate for the given Rayon.
Using a For Each Row activity as also suggested could also work. But would not be as efficient because you have to manually loop through the rows rather than just looking up the value directly.