I created pagination in RG. The problem arises when I’m on the next page and I click the icon to show the popup, the RG goes back to the first page. Upon checking the workflows, I found that the issue was with the state. When I remove the state, my problem disappears, but now I don’t have the ability to pass the data from the state to my popup.
I’m not an expert on Bubble since I’m still learning it…
but from what I do know so far, I will try to help.
Try storing the state on a parent element instead - like the group the RG is in. That way the state won’t reset every time the popup shows.
Maybe you could try that?
I would think you could also use URL parameters.
1 Like
I put the state in the RG instead of my main page and now it worked! Thank you
This topic was automatically closed after 70 days. New replies are no longer allowed.