Hey,
We have used RPA 1.1.5 for iterating a table and accessing values of each cell row wise.
But after upgrading to RPA 1.1.6 the value are getting printed with [ ] surrounding to it.
here is screen shot of sample script:
table variable contains value [[1,alex],[2,john],[2,sam]]
On application of foreach loop on table it is printing values as follows :
[1][alex]
[2][john]
[3][sam]
the same script was working fine with version 1.1.5
how to avoid bracket surrounding the values?