Hi,
I'm reading a text file through Get File content. Is it possible to read each line and search for the keyword ERROR. ?
I want to build a loop where it reads line by line and if it finds the keyword ERROR then will proceed further in IF condition.
I tried using apply each but I'm going wrong somewhere!
Eg. This sample file has 3 rows with ERROR keyword so the loop will enter the IF case 3 times where I can do other actions.
Regards,
Pranav