Hello friends,
i've been stuck, can't figure this out. I have a camera control in PowerApps, when pressed it saves the photo taken to a gallery (via collection). I take a few pictures, then click on the submit button that's supposed to patch them to the SP list. It works but it only patches one of the photos to the SP list. I tried doing the gallery.allitems hoping it would take all the photos in the gallery but couldn't get it to work. I'm basically patching the image object that's under the gallery. Does the new Image column in SP not allow for more than one photo in the image field? Or is the way i'm patching wrong? Here is my patch code from the submit button:
Patch(BrianTestList, Defaults(BrianTestList),{Title:"test",photocolumn:Image4.Image})
Thank you!