Comments on: Power Apps Show Image from SharePoint List https://www.spguides.com/display-images-from-a-sharepoint-online-library-in-powerapps/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Fri, 17 Nov 2023 10:58:57 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Pete Wojtkowiak https://www.spguides.com/display-images-from-a-sharepoint-online-library-in-powerapps/#comments/950 Tue, 28 Feb 2023 00:01:54 +0000 https://www.sharepointsky.com/?p=19714#comment-950 Try this also if the image is not working: For the ‘image’ property: ThisItem.'{Thumbnail}’.Large

I was using this in conjunction with Filter(MySPDocLibrary,’File name with extension’=ImageFileName&”.png”) in order to only display the matching image in a ‘designed for’ one row image gallery for a signature capture.

]]>
By: Christian https://www.spguides.com/display-images-from-a-sharepoint-online-library-in-powerapps/#comments/703 Tue, 07 Jun 2022 19:10:38 +0000 https://www.sharepointsky.com/?p=19714#comment-703 Some users are not seeing the images, any ideas?

]]>
By: Kamal https://www.spguides.com/display-images-from-a-sharepoint-online-library-in-powerapps/#comments/671 Tue, 12 Apr 2022 17:24:29 +0000 https://www.sharepointsky.com/?p=19714#comment-671 Many thanks for these Topics

]]>
By: Max https://www.spguides.com/display-images-from-a-sharepoint-online-library-in-powerapps/#comments/639 Mon, 28 Feb 2022 08:25:19 +0000 https://www.sharepointsky.com/?p=19714#comment-639 I used it always like that in my apps:
ThisItem.’Link to item’
But I just noticed: If I embed the app into teams (as a tab in a channel), I don’t get a preview of the item. 🙁

]]>
By: Hiram F. https://www.spguides.com/display-images-from-a-sharepoint-online-library-in-powerapps/#comments/201 Tue, 23 Feb 2021 19:45:55 +0000 https://www.sharepointsky.com/?p=19714#comment-201 Nice, this helped.

I set the gal items to Filter(SRM, StartsWith(‘Full Path’, “SRM/2350098”), IsFolder = false)
and the Image to ThisItem.’Link to item’

]]>