Facing the issue on Upload files of Microsoft 365 Scope?

@TJamuna,

No need to iterate. You can pass array of file path like this.

fileArray.Select(Function(filePath) UiPath.Platform.ResourceHandling.LocalResource.FromPath(filePath)).ToList()

1 Like