Skip to main content

How do I add value to variables from each row from the table and then concatenate them into one value?

For example, if a web table has 4 rows, it will be looping 4 times to get the value; later, these values need to be concatenated into one.

The table can have several rows from 1 or more, so I can't set variables. 

Hi @Helen Dsouza​ ,

 

After scraping data from the Webpage, you can simply Loop through each row and assign the values to a single variable like so:

 

imageIf this is not what you were looking for, then some screenshots and additional descriptions would be most appreciated.

 

Kind Regards,

Ashwin A.K

 

 


Reply