Announcements
Published app → verify thumbnail value → verify SharePoint access → refresh connection → test Medium thumbnail → test another device/user → investigate connector/mobile regression if still failing.
This usually happens because ThisItem.Thumbnail.Large behaves differently between Power Apps Studio preview and the published app / tablet player. The thumbnail object returned by a SharePoint document library is not always consistently accessible across clients.
ThisItem.Thumbnail.Large
Instead of relying directly on:
try checking whether the thumbnail is actually available and provide a fallback:
If( !IsBlank(ThisItem.Thumbnail.Large), ThisItem.Thumbnail.Large, ThisItem.'Link to item' )
However, Link to item is a link to the SharePoint document and is not necessarily a direct image URL, so it may not work as an Image control source.
Link to item
A few things I would check:
You can also inspect the actual value being returned by adding a Label temporarily:
If it works in Studio but not on tablets, I would particularly suspect a client caching/authentication issue or a change in how the SharePoint thumbnail endpoint is being accessed by the mobile player.
If this started suddenly without any app changes, testing with a fresh SharePoint connection and a newly published version of the app would be my first step.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211