Reset a button within a repeating group

This is probably operator error but I cannot get the buttons within a repeating group to reset after the button is selected and the pop up is reopened. What am I missing?

I have tried reset data, reset inputs, cleared the repeating group, reloaded the repeating group on opening. I am out of ideas. I cannot do a page refresh, as this is part of a series of popups.

I have recreated the problem here:

Hopefully this is an easy fix. Thanks for the input :slight_smile:

It really depends on what your use case is here. What exactly are you looking to do?

If it is a must for your app to “hide” the button but for the user to be able to revisit that same popup, you can have a refresh page action. (Bubble lets you reset a group or clear a list in a repeating group, but it doesn’t let you easily reset a repeating group).

I recommend moving away from “Hide” conditions and rather using a bit of conditional logic (perhaps based on a yes/no condition) to determine whether the button should be visible. That will likely bring you closer to the flexibility you’re looking for.

1 Like

Awesome. Sometimes looking at a problem from another direction gets it done.

I set up some conditional states and used those in the conditional tab of the button. It seems to work, although it is a bit goofy that you cant reset the buttons on open.

For now, I’ll consider this solved. Thanks for the quick reply!!! Wish I would’ve posted something earlier :disappointed:

Happy to help. All part of the learning process. :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.