Hello.
I had a wierd experience in PowerApps today. After selecting a gallery item, I use the "Gallery.Selected.Item" as input to a form on the next page.
The variable in Gallery.Selected.Item was lost after a few seconds each time. After refreshing powerapps, this problem has not been seen afterwards.
Anyone who tried this before?
Thanks in advance,
Daniel.
Solved! Go to Solution.
@v-monli-msft wrote:Hi @Anonymous ,
Usually we use below formula for the Item property of the form control:
Gallery.SelectedPlease try to use this formula instead and test again.
Regards,
Mona
Hello, I used that for all my gallerys in the app. However, when clicking quickly around the gallery this was not precise, as it sometimes lost the content. Instead I use SET(var,gallery.selected) as this is way more stable.
BR. Daniel
Hi @Anonymous ,
Usually we use below formula for the Item property of the form control:
Gallery.Selected
Please try to use this formula instead and test again.
Regards,
Mona
@v-monli-msft wrote:Hi @Anonymous ,
Usually we use below formula for the Item property of the form control:
Gallery.SelectedPlease try to use this formula instead and test again.
Regards,
Mona
Hello, I used that for all my gallerys in the app. However, when clicking quickly around the gallery this was not precise, as it sometimes lost the content. Instead I use SET(var,gallery.selected) as this is way more stable.
BR. Daniel
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
194 | |
69 | |
50 | |
39 | |
30 |
User | Count |
---|---|
248 | |
112 | |
95 | |
91 | |
72 |