@m4zuper Thank you, thank you, thank you! It was so simple. It's really hard not knowing BAS very well.
For loop stops after reading 20 lines of txt file
-
I am trying to read a text file which has 200 lines. I have created a resource ‘read lines from txt file’ ; trying to read each line using ‘for each’ loop. The script is executing fine, but it stops after reading 20 or 30 lines from the txt file. It is not throwing any error; the loop just stops after reading 20 or 30 lines. Could someone please suggest me what could be the issue here? Thank you.