Is it possible to add a folder to orchestrator storage bucket? I have used ReporterForUiPath for generating reports for my test automation. It generated a folder with screenshots in one subfolder and and an .html report. I would like to send this whole folder to orchestrator. Is there a way? Greatly appreciate a support.
Storage buckets will allow you to upload only files not folders.
Create a storage bucket in Storage buckets and upload the files from local folder to the newly created Storage bucket.
You can use the upload storage file activity to upload those files to Storage Bucket and
for downloading use the download storage file activity.
Check the below image for better understanding,
Hope it helps!!
@mkankatala .Thanks, Is there any way other than storage bucket to upload the folder? Or is there a way to generate the report from ReporterForUipath directly in orchestrator?