Upload multiple file using GSuite

How can we upload multiple file in Google Drive which is in this format?

There are 5 Excel files in this format
Example: ABC YYYYMMDD 1 (YYYYMMDD).xlsx
ABC YYYYMMDD 2 (YYYYMMDD).xlsx
ABC YYYYMMDD 3 (YYYYMMDD).xlsx
ABC YYYYMMDD 4 (YYYYMMDD).xlsx
ABC YYYYMMDD 5 (YYYYMMDD).xlsx

Thanks in Advance:)

Check this thread Get the file that match the filename once

After you extracted the path of all the matching xlsx files and stored them in a list/string/dataTable variable, then you can use the Use Google Drive (that resides in UiPath.GSuite.Activities[1.16.2]) activity with a For Each activity and inside it an Upload File activity.

Let us know if this helped you.

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