Find value in datatable

Hi all,
I want to find a value in the data table and output it to this row. So how to do it?

Hi,

There are some ways to achieve it. One of the simplest way is to use FilterDataTable activity.
Can you check the following document?

https://docs.uipath.com/activities/docs/filter-data-table

If the above doesn’t solve your matter, can you share specific sample (input and expected output)?

Regards,

Hi Yoichi,
For example, use a value named sam, and datatable as below, so i want to find the row where the value is located.
The output is <3 sam 33 4542>.
Please give me some sample. Thank you!
Test.xlsx (8.8 KB)

Hi,

Hope the following helps you.

Sequence.xaml (6.0 KB)

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.