Hi All,
I'm plan to use image (jpg file) in Media in PowerApps with Gallery for solving slow to load when use with filter function so i think and try to create the collection OnVisible like this
ClearCollect(
OptionsCollection,
{Value:"Logo1", Image: Logo1},
{Value:"Logo2", Image: Logo1},
{Value:"Logo3", Image: Logo1}
)
then with the image property of Image in the Gallery I create code like ThisItem.Image but it doesn't show any image
Could anyone advise me to solve this topic
Thank you
Best Regards
Solved! Go to Solution.
@goel_gagandeep do you mean let me add the image column (imageurl) and set the ThisItem.image to the image section right
if you mean that i already do it will but i think when use filter function it to slow to show the image
Thank you
simply you can try with it lookup, but for lookup you have to add a Common column which can match with your gallery items column' data
.
@goel_gagandeep Thank a lot for your information and advisement, Finally I got the solution
User | Count |
---|---|
252 | |
106 | |
96 | |
50 | |
39 |