Hey!
I am using "Update a row" to check and update Data in a big Excel Table. Works fine so far but the for-earch loop stopps at 256th data row every time even if the Excel Table is longer than 256. It just stops reading out, no error, no info. If the goal data are bevore 256 the loops finds it and change it well. But if the data cames later than the 256th it just do nothing.
I searched for possible limitations but the for-each limitation is way higher than 256 so its probably a problem of the excel connenctor?
Somebody know this problem? Is there a soloution?
Tanks!