What I am doing
- Using Upload File activity to upload files to a SharePoint folder
- Providing:
- File to upload →
Filename - Destination folder →
DestinationUrl - New name →
System.IO.Path.GetFileName(Filename) - Conflict behavior → Replace
- File to upload →
