Hi, Im trying to make this happen and I cannot find a way…
I tried all:
-
The main solution posted 3 years ago: Orchestrator API To Download A Package
-
Body format multipart/form-data: Download package from Orchestrator using API
-
How to download the Process Packages from orchestrator using API
I test in Postman and I get the tipical weird “��.�71\���” string of a stem array, so IT WORKS, but I cannot convert it to my expected “.nupkg”
I tried with the following workaround:
-
HTTPRequest (with many variants of body, content type…)
-
Write Text Activity (with threated steam/string result) saving the response as “.nupkg” file
-
Then the file is corrupt: “Unexpected end of archive”
Could you help me on this? I want to create+share a WELL EXPLAINED solution to download packages
Here the project template:
project.json (1.5 KB)
DownloadPackage.xaml (8.2 KB)
Thank you so much in advance for your help/suggestions
BIG HUG