Hi Everyone,
I download a file from sharepoint and save in a particular folder
My issue is from download.xaml output i get is file path eg: “C:\users\Manipulation\InputFile\filename(4).xlsx”
but what i need is “C:\users\Manipulation\InputFile\filename.xlsx”
i need exact filename , which i used as asset in orchestrator , how to rename the file
Thanks in advance