Hello guys
new to Uipath here
i wanna ask is there a way for me to find specific keywords from one column in excel?
a direction would be appreciated
TIA!
You can use datatable.select
I.e.
Datatable.select(column1=‘ABC’)
This will return all rows in an array where column 1 equals ABC
@Hendry_Nicholas Use lookup Range activity and provide your keyword and the column range. If found it will give you a cell address otherwise return null
I don’t think this is it but it’s worth trying
thanks for the advice!
noted
thank you!
Will try
thanks!