Hi All,
I have a gallery ('MenuListGallery'). I have a search bar ('Search Bar') which filters the items in the gallery.
Let's say that the item titles of the list are the following:
A
B
C
D
etc.
In this case, item "C" is the 3rd item. If item "C" is selected, is there a way to identify the number "3", so that can be used to update a mathematical formula elsewhere?
And also, let's say that based on the search filter, items "A" and "B" temporarily disappear, and item "C" is now in the 1st position. Can the previously mentioned "3" dynamically update to "1", so as to dynamically update that mathematical formula?
Thanks in advance.