How to set task in UIPath? need help

I am new in UIPath I have to download more audio files from my websites and convert some audio files to mp3 extension from online website How can i do this UIPath? can anybody help me ?

Hi Bhautik,

You can record your steps to log into your website and download the files.
Then retrieve all the files in folder(example here: Get Specific File Data from Folders,Subfolders - #2 by andrzej.kniola).
And For each file change the name: replace the string name extension with .mp3.