Hello..i want to extract data by using scraping and those extracted(String) data i want to write in excel file so what can i do

screen scraping

Hi, @Pavan_P_J, You can use Data Scraping tool of UiPath and from there you will get data into the form of data table
Then create a data table type variable and store datatable in it
And then place that data table in write range activity of excel and it will store the scrapped data

how can i convert string value to data table value…

When you extract the value, it will automatically comes in the form of data table, and when you create a variable change it’s type from string to data table from variable pane

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.