I'd like to zip all the subfolders of a folder in individual zip files, but the flow I've created keeps failing, with the error not giving any details beyond “Failed to zip files”
The flow is basically
1) get all the subfolders inside the folder.
2) Loop through each entry of the array
2.1) Zip the specific entry of the array
Can someone help me figure this out?
Here's the full log
: Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Failed to zip files
at Microsoft.Flow.RPA.Desktop.Modules.Compression.Actions.ZipFiles.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)

Report
All responses (
Answers (