Forum Discussion
Shweta_k855
Microsoft
Jul 28, 2023Having problems with image type column in sharepoint
The SharePoint list doesn't store images (in image type column) in sites assets folder and uploads them with this prefix Reserved_ImageAttachment_[]_fileName.
Does anyone know why is this happ...
Jean-Philippe Charlets
Nov 22, 2023Copper Contributor
I was facing the same issue for images are made from the camera on a mobile device and saved via PowerApps (as jpg). This problem does not occur when using PowerApps with a computer browser (as saved as png).
As a consequence, the picture could not be displayed in PowerApps in the browser (probably as it is not transferred to the Asset Folder but kept in the Attachment). However the image shows well on PowerApps on mobile and in the image column of SharePoint.
I resolved the issue in PowerApps by setting the image card this way:
If(ThisItem.'Has attachments'=true,First(ThisItem.Attachments).Value,ThisItem.Picture.Small)