Datatable to Web UI table

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 @vinaykumarga

Welcome to uipath community

  1. Use Read range activity → Store it as dtRead

  2. Use Open browser activity and open the browser

  3. Use for each row in DataTable

  4. Use Attach browser activity

  5. Use click activity to click the first box

  6. Use Type into activity

CurrentRow("Column name").ToString
  1. You can try with any one of these activities Send Hot key or Click

image

Regards
Gokul