Hello dear Bubble community!
Is there a way to go to next dropdown option?
I have a repeating group displaying a list of entries:
I have been trying to figure out for literally days how to make “next” and “previous” buttons work here.
I can’t use a group because i have a dynamic list of entries that users create.
If i set RG to dropdown’s value then Next and Prev buttons stop working. If I reset dropdown’s value when I press buttons - i go to the first entry, but it’s not what I need as i want to continue and go to the “next” article.
I tried to store the current article title, then reset dropdown, then scroll to saved current article, then show next - but scrolling to article is not working (even if i add a pause (sometimes adding a pause makes these things work))