Open files from folder one by one and update data and close

Hi i am having a folder of files where i want to open the file file update some data, Save and close then open the next file update some data and save close.
Is the activity i need to use is for Each or for each in a folder?

Hi,

GetFiles and ForEachFileInFIlder both will work.
It may be better to use UseApplication/Browser activity as the following. (It supports Close action)

Regards,

2 Likes