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
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!