Download files making Http requests

Hi,
I have a request url from where I will get the filename and file id, using this file id I need to make another api call to download the file at a designated location. How do I achieve this? There can be multiple filenames returned so I would have to loop through the json array.

@Sunny_J

Can you share the sample Json response how you are getting from the 1st request?

Thanks,
Srini

Hi @Sunny_J

There’s a property where you can give the path: FileName for Response attachment.
image

In the Headers section, write this:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.