Hi Everyone,
I have a scenario where I have to paste values from a Data Table(has 15 columns and rows might change) to a WEB UI table which looks like below screenshot. Can anyone please suggest a way? Thanks in advance.
Hi Everyone,
I have a scenario where I have to paste values from a Data Table(has 15 columns and rows might change) to a WEB UI table which looks like below screenshot. Can anyone please suggest a way? Thanks in advance.
Welcome to uipath community
Use Read range activity → Store it as dtRead
Use Open browser activity and open the browser
Use for each row in DataTable
Use Attach browser activity
Use click activity to click the first box
Use Type into activity
CurrentRow("Column name").ToString
Regards
Gokul