How do you load multiple images to a baserow image field?

How can I upload at least 5 images to baserow. Do I have to add 5 camera componets or can it be done using only one camera component. I whant to take 5 photos with the camera component and load them up as 1 record to the database instead of 5 individual records

Any help appreciated

  1. Take the pictures with the camera component (only one is needed) and also capture the file paths for each image to a list.
  2. In baserow, ensure that you have five image fields
  3. Do whatever it is that has to be done in AI2/Baserow to upload an image to a baserow record, and loop over the list of file paths, uploading each image to a different image field in the record
  4. I do not use baserow....