I want to upload a file to box folder such that if there is a file with same name already in box then file's version will be incremented automatically

For ex. - I want to upload “test.xlsx” file to box and already there is a file in same box folder with same name “test.xlsx”. Is there any option where box will auto version the already existing file in the folder. When we will upload the new file , it will get new version.

Hi @arpit.s6,
You may try to get the current file properties such as creation date using PowerShell and Invoke PowerShell activity. Then you can download a new file to a separate folder, compare those files dates and decide to overwrite it.