I am creating a text file with Activity “Write Text File” in one sequence of my project.
I want to read this file line by line in another sequence of the same project.
I am using Activity “Read Text File” first and then I use activity “For Each” to access one Item at a time.
My file after "Read Text File " looks like the below screenshot.
And “For Each” gives me one character only but I need the complete line.
How can I achieve this?
Thank you.