How to open each file in a folder.one by one

Hi i have tested out a application to automate some steps. i am currently opening a file do some changes and saving and closing it. I need to do the same task for files in folder, but condition should be like open one by one file. Example close the file and open a new file from folder.

How this is posible do i need to use repeat task or for each in the folder

Hi @vignesh.maruthappan

Check this thread,It might help you

Hope it helps!!

1 Like

Hi that works. But the condition should be open one by one.

Hi @vignesh.maruthappan ,

It would open one by one only.

At the end of the loop you can add a step to close.

Thanks
Gautham.

1 Like

@vignesh.maruthappan Why you have put Start Process outside the loop?

And in Start Process Activity ArrFiles.FulName is enough.

Regards,
Ajay Mishra

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.