Check If the Output excel is exist in the path
- Use If activity
System.IO.File.Exists("Your Excel file path")
Then → Use Append Range activity activity
Else → Write Range activity
- Use Clear DataTable activity end of the Loop.

Regards
Gokul
Check If the Output excel is exist in the path
System.IO.File.Exists("Your Excel file path")
Then → Use Append Range activity activity
Else → Write Range activity

Regards
Gokul