Writing in exel file

Problem Statement: - I have 05 Gmail ID and password saved in text file (notepad)- [You Create your Random Email ID and Pass] - I want to login gmail each time and want my robot to login using user ID and password saved in text file - One action each time. - By loop of 5 times, all the gmail id login will be checked. - There is an Excel File named- ‘Check Login Status’ - If the ‘Login’ is Successful, It will Write the Email ID in Column-’A’ and Type/Select – ‘Ok’ in Column ‘B’ - If the ‘Login’ is NOT Successful, It will Write the Email ID in Column-’A’ and Type/Select – ‘FAILED’ in Column ‘B’.
can anyone help please ?

You can use Read Text file To read data in text
Then using string manipulation store them in list and then iterate each of then in a loop
Then in that loop use Login sequence and depending on login status use write cell or assign in excel

Thanks for replying brother but I am new to uipath so I didn’t understand everything you said. Can you please elaborate ?