How to Download Backup Files from Salesforce Using UIPath Robots
Video
in Salesforce Stories, Salesforce Integration
How to download backup files from Salesforce using UiPath robots. How to get the latest file from the folder: Directory.GetFiles(“YOUR FOLDER”).OrderByDescending(Function(d) New FileInfo(d).CreationTime).First The link…