Hi Community!
I've built a few solutions now using a SharePoint list to store photos as part of functionality in a canvas app. While this works well enough, I se Dataverse for the majority of my solution building. I am interested to explore using SharePoint document management on dataverse tables to achieve the storage and retrieval of photos in a canvas app. I am hoping to do this to eliminate using a Flow to get the images into SharePoint. I'm struggling to find good documentation on how one would achieve this though.
The use case is simple enough. One dataverse table record per image, so I can have the image in one field and relevant metadata in other fields.
Has anyone done this before? What has your experience been. Would you do it again?