
Hello Everyone, I have just started working on Power Apps to create a List form where-in :
1. the user has various parameters
2. he needs to take images of each and every parameter using the tablet camera on real-time basis while filling the form
3. save those images and the list in Sharepoint
4. capture a print out of the whole inspection report
So, after going through various videos and tutorials on camera control, image control, saving of images in gallery etc. I couldn't find any guidance to my issue:
Below is the image of the forms, where I have attached all the 3 images using my front camera
I am able to see these Images, but as soon as I submit the form, only the last image (Image 3) is visible in the report. Even in the Sharepoint list, I could see only last image.
I am using a Camera input with Stream rate(100)
Button used is with code : UpdateContext({varPic1: Camera1.Photo})
Image to display : If(IsBlankOrError(varPic1), Parent.Default, varPic1)
Inputs used for the power app list:
Request if anyone could help me resolve this issue, or may be provide a more better option for parameter wise image capturing.
Thank you