Extract data from a random website

Hi All, I’m trying to extract data by entering some random number in a fakename generator website and while trying to extract single line data using get text, I’m able to get data but im unable to write ut into Excel sheet, I have confusion in creating variables.

Please help me in this regard.

@Farook1

use build data table activity and use add row activity to add values which is extract from the website to Data table

then using write range activity and pass the data table to it

Regards
Ajay

hello @Farook1

  1. create a data table using build datatable activity
    2)add column
  2. add row using Add datarow activity

then using write range activity and pass the data table to it
Sequence.xaml (7.1 KB)

set you data in ArrayRow Property that you get from website

Thanks

1 Like