No need to iterate. You can pass array of file path like this.
fileArray.Select(Function(filePath) UiPath.Platform.ResourceHandling.LocalResource.FromPath(filePath)).ToList()
No need to iterate. You can pass array of file path like this.
fileArray.Select(Function(filePath) UiPath.Platform.ResourceHandling.LocalResource.FromPath(filePath)).ToList()