Forum Discussion
j_angelevski
5 years agoContributor III
Use a mapper with binary output before ZipFile writer snap and map the content-location of your file:
$[‘content-location’].substr($[‘content-location’].lastIndexOf(“/”) + 1) ----> $[‘content-location’]
Then in the zip file write, just enter the filename of the archive folder
Thank you, I solved it before the reply and I came to say it's done. I didn't know much about APIs and now I understand that I should've gone through the documentation first to understand how I can handle the data. I solved it by adding a query parameter like in the picture.
Also, thank you for suggesting the training workshop. Have a good weekend!
Related Content
- 4 years ago