How to Change Download FileName in StudioX?

When I download a file to StudioX, I want to move it to a specific directory and change the file name. I found the file download and File Move Activity in StudioX, is there any activity that changes the downloaded file name to a specific name?
Please Let me know, Thanks :slight_smile:

Hi @rosshild21

Use Rename File acitivity.

Rename File Activity: Use the Rename File activity to rename the file. Set the OldFileName property to the current file’s path and filename, and set the NewFileName property to the desired new name.

Regards

Hi,

We can use either of MoveFile activity or RenameFile activity.

image

If we need to rename the file in the folder, we can use RenameFile activity.

If we need to move and rename the file, we can use just MoveFile activity as the following.

Regards,