Cannot save images to s3 from url using backend workflow

Hi all,

is there a way to store multiple images that are received from an api on s3?
I have the following fields for my generated image in database:
== fieldName, fieldType==
image, image
url, text
userId, text
After the images are returned from the api, I render them inside repeating group.
Next, I’m calling a backend workflow to iterate through that list of images and save them on S3.
Backend workflow looks like following:

  • Create new records with data from the list
    -Edit the records in order to save the image to s3
    image

It works perfectly when it has 1 image but as soon as there are 2 or more, none of the images actually get saved to the s3.

Has anyone had this issue before so they could shed some light and help a brother out?

Your help is highly appreciated!

same here getting error: Workflow error - unexpected status code 403 while getting content to save to s3 from URL https://…
I first save these URL-s to DB and then try to save them as images

is there a solution to this?