Hi there,
I am new to uipath, I need a help with the
I have the “invoice” number as a string I want to search them on excel(1st coumn contains Invoice Number) and required company name (2nd Column) as output
Example
Invoice Company
123 TCS
346 Wipro
6578 Niclos
So If I have the invoice number as “6578”, I want output as “Niclos”
Hey,
Firstly you need ‘read range’ Excel and store data into data table.
Next you can use activity ‘filter datatable’:
or you can use for each data row
and to get value from company column use CurrentRow(1).ToString