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:
My resulting Collection looks like this:
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.