How to reset visibility group on a popup?

Hello community!

I admit I don’t understand the ‘reset a popup’ action because it doesn’t work at all for me. We expect the popup to return to its initial state, but it doesn’t work for me.

I play around a lot with group visibility. And when I use the ‘reset a popup’ action, I expect all visibility to return to its initial state.

But that’s not the case, and I don’t understand how to do it other than adding an inverse action (hide/show/toggle) for each group… This sometimes results in a lot of actions in the workflow, and I get lost, even though everything could be reset in one go, like when I simply refresh the page.

Thank you so much for your help!

As described in docs, Reset a group/popup resets the data source. It does not affect the visibility config.

The simplest way to avoid using workflows to hide/show elements is by placing visibility conditionals in the elements itself.

Okay! I suspected there wasn’t another solution, but I wanted to be sure.

Thank you very much!