I am half way through developing a application in Powerapps, today i have tested in iPad seems gallery images are not displaying in iPad and its working fine with browsers.
can anyone help, i have crossed half the mile in development.
Thanks
Solved! Go to Solution.
Have you tried just using the Attachments property of your SharePoint item list? The images should be pulling down directly as part of your SP data. For example:
I have a Gallery. That Gallery's Items property is set to MySharePointListName. In that gallery, i have another gallery where the Items property is set to ThisItem.Attachments. My second gallery (attachments gallery) has an image box, where the Image property is set to ThisItem.Value. Essentially, I'm using MySharePointListName.Attachments.Value, but since that's a table, I'm displaying it in a second gallery.
This is all driven off of SharePoint natively and doesn't rely on creating links back to the image.
What's the source for the images? Are they from SharePoint, internal images in PowerApps, external URLs, etc..
Uploaded the images in SP document library and have created a hyperlink column in list, so we are getting the hyperlink from list and displaying
Have you tried just using the Attachments property of your SharePoint item list? The images should be pulling down directly as part of your SP data. For example:
I have a Gallery. That Gallery's Items property is set to MySharePointListName. In that gallery, i have another gallery where the Items property is set to ThisItem.Attachments. My second gallery (attachments gallery) has an image box, where the Image property is set to ThisItem.Value. Essentially, I'm using MySharePointListName.Attachments.Value, but since that's a table, I'm displaying it in a second gallery.
This is all driven off of SharePoint natively and doesn't rely on creating links back to the image.
let me check and come back, thanks for your guidance.
This is an different approach by this guys
Thank you it worked for me.
Thanks it work for me.
User | Count |
---|---|
122 | |
87 | |
87 | |
75 | |
66 |
User | Count |
---|---|
215 | |
180 | |
136 | |
96 | |
82 |