Hi team!
I have a vehicle inspection app which users use to inspect the condition of a vehicle before taking it out. They answer a bunch of tick and flick style questions, at which point all the answers are sent to a SharePoint list and created as a new row in that list. Simple stuff.
I want to be able to add a camera control to the app now which will capture photos and add them as attachments to that sharepoint list item when it gets created. I've found some awesome tutorials on how to add the camera control, use flow to convert the image and upload to SharePoint as a stand alone file, however I need to find out how to tweak this slightly so that:
1) the photo is attached to the SharePoint list item which is created (not sitting as a standalone file in a SharePoint folder), and
2) how to manage saving/attaching multiple photos
Any advice is much appreciated!
Cheers.