I have a canvas app where I use a camera image to add photos to a collection that then saves back to a SharePoint list. The screen which captures the photo has a Camera control and clicking on the camera control adds the image to a collection that then gets saved back to the SharePoint list
Set(varName,GUID());Collect(colImages,{DisplayName:varName&".jpg",Id:varName&".jpg",Value:cameraClick.Photo});
Can I add an alternative control that would add a saved photo from the phone into the collection? When the user has no phone signal they may need to add photos that they have stored on their phone. Is this possible please?