Uploading multiple files from a folder to a Google application one by one

I have a folder with say 10 files, and i want to upload those file one by one in their respective folders in Google drive, SharePoint or website. Only thing I can’t figure out is how to start which activity should use. I’m only just learning UiPath, help would be appreciated. Thanks

@toufikmujawar

first create an array with the folderids

then use for each file in folder

inside loop use currentfile.fullname to get the file and then arr[currentitem] to get the respective folder id in g drive and inside loop use upload

cheers

Use For Each File in Folder Activity to loop through all the files in the specific folder and user respective GSuite Activities to upload the files.

Refer: Activities - For Each File in Folder (uipath.com)

Activities - Classic activities (uipath.com)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.