Here is my first microflow
Here is the second one :
Where does Raw_imageList come from?
I would create a list of Raw_images and whenever I get an image, add it to the list in the loop, then commit the list after the loop.
You seem to be doing most of this, but not actually adding the image to the list
Hi Clement,
Inside your loop after Get_app_logo microflow take a change list activity and select $Raw_imageList inside the list section & add this $raw_image object.
How are you associating the raw_image object to the Application object? Do you need to add a Change Object after you get raw_object to associate it to Application_i? You also need to add raw_image to Raw_ImageList after doing this.
Good luck!