Is it possible to make the robot read the first line from a text file and write that only one line into another text file? Then, loop the process for second and third line in the same text file as the first one. Please, can anyone help?
This is the sample that I’m working on right now.Main.xaml (11.6 KB)
Thanks for the attachment file that you give. It work but not like what I want to do. Actually, I already wrote 3 lines of sentence in a text file. What I want to do is I want the robot to read only first line from those 3 lines and write that sentence in another text file. Then after a few minutes, the robot will continue read the second line from the same text file and do the same as the first one. Same goes for the third lines. Is it possible to make it work?
Hi @servesh20,
Please find the below sample of workflow that I have used for solving this problem. Hope it will help you. Thank you. Main.xaml (6.7 KB) Test.txt (83 Bytes)