Read all file excel in folder and write range

@gilang_ramadhan123

You dont need to change anything in your existing process

Just you need to replace that parallel for each into normal for each

Grab the for each activity

Copy all the activities in the parallel for each and paste inside the normal for each

and use item.ToString or Currentitem.ToString this will get you the filepath of each and every file while looping

Regards
Sudharsan