Hello,
i have a Sharepoint Online list which contains a text column where a picture is saved as base64.
Now i want to display this base64 as image in my canvas app. When i add a gallery and try to display the picture with
Gallery.Selected.Base64ImageCollumn
the image remains blank. But when i copy the base64 Code manually out of the gallery item into a text field and link the image with the text field, it will show the picture! Why is that? Its exactly the same base64 code, i checked it.