Hi everyone
I am working on an inspection app where we log spec numbers and do some QC checks and take between 2-5 photos that are each about 1.5 MB in size , I was really hoping to avoid using an Editform and would prefer to use a flow. Because I am needing good resolution I would be using the AddMediaWithImage instead of the camera control. I have watched a lot of different videos but they seem to be either using a form or sending one at a time. Even if I could be sent to a good article. Below is how I have formatted the collection, and yes I could have a better naming structure, but I am not sure how to present the data points and the images to Powerautomate.
Collect(colInspectI,{DisplayName:Self.Text & ".jpg",Id:Self.Text & ".jpg",Value:UploadedImage1.Image })
Any help would be appreciated