Hello,
Having an issue with a Gallery control in PowerApps. Currently I have the gallery connected to a document library which contains video files. Within the Gallery I have a Video component. On the Video component I have the "Image" property set to "ThisItem.Thumbnail.Large". The item's thumbnail does not show up.
Help?
Thanks
Solved! Go to Solution.
There all I'll tray I have too similar problem in my sharepoint 365 List I need to have two or more Thumbnail field, I'll test on dataverse and for each one I can assigne the field name like Image1, Image2, Image... unfortunally with sharepoint list I cant found the image field I just found Thumbnail insted but in this cas can I have just found. Is possible to have in the feature the right recognition of the field with the right field name?
At moment I'll solved to use Attachment but is not the best because I cant sell well in sharepoint list like image preview.
My axample to use multiple image on Powerapps:
Code:
Number_Items.Text = "CountRows(BrowseGallery_IP.Selected.Attachments)"
Gallery_Attachment.Items = "Filter(AttchNum,Num <= Value(Number_Items.Text))"
Nome_File_2.Text = "Last(FirstN(BrowseGallery_IP.Selected.Attachments,ThisItem.Num)).DisplayName"
Image_Attached.Image= "Last(FirstN(BrowseGallery_IP.Selected.Attachments,ThisItem.Num)).Value"
I hope this example can yelp you to.
Best Regard
User | Count |
---|---|
161 | |
86 | |
71 | |
64 | |
62 |
User | Count |
---|---|
208 | |
149 | |
95 | |
84 | |
66 |