Write data to web table from Excel/Datatable

Hi All,

I am having below scenario

  • Read a Column value of all the rows from web table
  • Pass the Column value to another website(Ex: convert the number to hex)
  • Update the converted values into the web table
    Web table has multiple pages and i can get the data using data scrapping But i need a help to update converted data back to all the rows in the web table.

Thanks

Hi,

You can have a counter variable to a perticular attribute which will change inside the web table like row index or column index, and then inside for each of your already existing data table pass the selector including the counter variable where the value can be changed, to the type into activity .

let us know if this helps.

Regards,
Pavan h