I have created a demo to capture a photo and upload that into the SharePoint online document library.
I have used Picture Control of PowerApps and the SharePoint document library.
I have taken reference from the below link,
https://www.matthewdevaney.com/power-apps-add-picture-control-and-save-to-sharepoint-library/
I have a few questions regarding uploading captured photos in the SharePoint document library.
- Can I upload multiple pictures using PowerApps Picture Control under the SharePoint document library?
- Can I create a document set in the SharePoint document library using only PowerApps (without using Power Automate)?
- Can I create a folder and upload multiple images under that folder while the user captures multiple pictures and upload them to the SharePoint document library?
- Is it possible if an internet connection is not available then save images locally and upload that images in the SharePoint document library while connecting to the internet?
Thanks