Hey All,
I'm creating a training application which will be managed by a SharePoint list. On that list, there will be rich text, an image, and a video URL. I've got the rich text and video working fine...the image is...annoying to say the least. What I'm finding is that to be able to display the image, it has to be the text URI format, can't be the basic Image column type from the list.
So, assuming that's the case, the process I'm seeing is as follows:
1. Have business user upload image to SharePoint library.
2. Have a flow create the URI version of the image, and add that to another column in the SharePoint library.
3. Have business user copy that URI to the SharePoint List which contains the content, paste that into multi line text column.
4. Display Image control in PowerApp which reads that URI.
Is that really the best way to do this? I struggle expecting the business user to wait for a flow to kick off to get the URI and have them manually copy and paste that into the list. Am I missing something?
Thanks for the help!