Hi,
I would like to pull the latest file from Sharepoint Online. I tried to use this in assign activity Directory.GetFiles(ArgAscentPath).OrderByDescending(Function (f) New FileInfo(f).CreationTime).ToList(0).ToString but I wasn’t unable to retrieve the file.
ArgAscentPath = “\\\*.sharepoint.com\\sites\*\\Tools and Technology\\Participation Audit\\Testing\*****\\” stored as JSON.
Does anyone successfully run this type of procedure?
Thank you in advance!