Hi,
Super new to bubble.io and have been playing around for a couple of weeks now.
I am trying to retrieve the position or index of a child element in a group container.
To be specific, I don’t want to use a repeating group as the child elements need to be responsive to screen size hence the parent group container is set to the row layout, and the elements within look like a column on a smaller screen.
What I want to do is, based on a calculated number in the child element (which is a count of the items in the repeating group), I want to sort the repeating groups in descending order such that the repeating group with the max number of items shows up first, followed by the repeating group with the second most number of items and so on and so forth.
I figured if I can only get the position/index number of the repeating group (i.e. the child elements) then I can work out the logic, just can’t seem to figure out how.
Any thoughts/comments are much appreciated!