Earlier this morning, I was able to display images from a SharePoint list in an image control.
I am using the Pen control to create a signature and show the image in an Image control.
I set a variable to be the image in the Pen control:
Set(_contractorSig,Self.Image)
Then in the Image control, set the Image property to:
Substitute(_contractorSig,"""","")
as the value in the SharePoint list has " at the beginning and end. I was following a video by Reza Dorrani on how to do this.
Everything was working fine earlier this morning, but has now stopped working (without anything changing). I have done lots of searching to try to find a solution, and have found that this seems to have happened to many people.
Image URL from SharePoint no longer displays in image control
I finally figured it out. When I was Patching to the SharePoint list, I was just patching the variable (_contractorSig) to the SharePoint column, whereas I needed to use:
Image URL from SharePoint no longer displays in image control
Hi Pete,
try debug the Self.Image property and confirm the output.
thanks
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.