Hi All,
Good day. I am trying to read a table from a web application as a Windows application using attach and detach. I am able to read the table into a collection successfully but the problem is the row values are repeated twice within each cell. Please find the screenshot below.
My Application Modeller:
![36870.png 36870.png](/t5/image/serverpage/image-id/36883iB8744108B8034116/image-size/large?v=v2&px=999)
My resulting Collection looks like this:
![36871.png 36871.png](/t5/image/serverpage/image-id/36882i065D456EC23B3B73/image-size/large?v=v2&px=999)
I went with this option because
1. when I tried read table as a web application the operation is timed out
2. When I read the table then all the values come in a single column if I use the web element and 'Get Table' in Read action.
Could you please provide me a solution to stop this text repeating twice error.