Hello.
I'm constantly experiencing issues wih a gallery.
I made a simple gallery, once an item is selected it is navigated to another site.
Here I added a label with Gallery.Selected.Field - this turns out to be wrong 50% of the times when I randomly click a gallery item. I've seen this is a common erorr on the forums, anyone who has a fix for this?
Are you clicking on the gallery item itself or a field/card within the gallery item? Since each gallery item consists of multiple fields its difficult to make sure what you are clicking on. That'sone of the reasons why all the MS examples include a specific ICON that is used to select the item and navigate to the next form. Which control or controls are you adding your onSelect formula to?
@Pstork1 wrote:Are you clicking on the gallery item itself or a field/card within the gallery item? Since each gallery item consists of multiple fields its difficult to make sure what you are clicking on. That'sone of the reasons why all the MS examples include a specific ICON that is used to select the item and navigate to the next form. Which control or controls are you adding your onSelect formula to?
Hello, I am using an arrow as icon. I fixed this by setting a global variable, once clicking on one item and use the variable on the next page.
But still a wierd error, you can't count on "Gallery.Selected" to be precise.