Question

Capturing values from web table row then concatenate into one variable

  • 11 August 2022
  • 1 reply
  • 44 views

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. 


1 reply

Userlevel 4
Badge +7

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