@Rabbi5533
Quotes are not needed in the resource. I also recommend using the “Parse CSV string” action from the “String” module.
Screenshot_1.jpg
Screenshot_2.jpg
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.