Hello All
Hopefully you could help with this problem we're having:
We want to record a few table elements from a web page and store them as columns in Excel.
We go to "Extract Data from Web Page" and record the items we want.
By selecting the first two, the recorder selects them all and stores them in a List.
A display popup is clearly showing that it is correctly picking the data we want, like this:
item1
item2
item3
item4
Now the problem is writing the transposed values as columns in Excel.
(By default its writes them in consecutive rows)
The desired output would be like:
Col1,Col2,Col3,Col4
item1,item2,item3,item4
How can we do that?