I am using "download spreadsheet", how do I make sure that file are overwritten or at least deleted in the destination path every time I run the project?

Hey @Aakash_Sehgal,

In for each activity use Directoty.GetFiles(“DestinationFolder”), inside the activity use delete file activity and pass the item into that activity and check the checkbox ContinueOnError.
image

Thanks,
Sanjit