Select Field from Excel this way

Hello, we’ve been using other Macro recorders before to process tons and tons of data.

We signed up for UI Path and installed UI Path Studio X.

Now we are trying to copy field from excel, paste into windows software, hide excel row with Control + 9, and run the UI Path automation again but now to collect data from next visible field in the same area. How do we do this?

On the start page of studiox you have some example templates. You can take a look to the one that inserts data into web page and try to modify it as you need.

This should give you a start.

Use Application
Use Excel File
For Each Excel Row
Type Into (Indicate field in application, Type this: [CurrentRow] ColumnName)