
This problem is often linked to recent platform changes or updates in how SharePoint and Power Apps handle image columns. The UUID you see is the internal identifier for the image file stored in SharePoint, but the thumbnail preview may fail to render due to:
Changes in SharePoint’s rendering or caching of image thumbnails in list views.
How Power Apps uploads and references images in the SharePoint Image column.
Potential delays or inconsistencies in thumbnail generation after upload.
Known issues reported in community forums where image columns stop showing thumbnails but still store images correctly.
Common workarounds or checks include: Please try these and see.
Verifying that the SharePoint list column is correctly set to the Image type.
Ensuring the Power Apps Image control and DataCard Update property are correctly configured (which you have done).
Checking if the issue affects all lists and users, indicating a platform-wide change.
Testing if thumbnails appear after some time or after refreshing the list view.
Reviewing recent Microsoft updates or announcements about SharePoint image handling.
Using alternative approaches to display images in Power Apps, such as storing images in a document library and referencing URLs.