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.