How to take data from Excel, look for, and click in separate windows app

Hello all,

I am working on a process where I need to read data from an Excel column and click on the corresponding numbers it reads in a windows app.

I have all the MAWB numbers inside a “build data table” activity. I need UiPath to match those numbers in the app and click on that line.

Thank You.

@tgilbertson

Use For Each row activity to loop into the datatable

Check the selector which differentiate the corresponding numbers

You need to make the selector dynamically, so that it will identify

Hope this helps you

Thanks

How would I make this selector dynamic?

@tgilbertson

Get the selectors of two different MAWB numbers

Check the difference of the selector between them

If the difference is only MAWB number then store the value in a variable

pass that variable to selector

Hope this helps you

Thanks