How to make a customizable hide and show columns inside a repeating group?

Hi everyone. So I have a repeating group with just 1 column but many fields inside. It is somewhat how it is shown here:

However I want that the client be able to select which of those columns or fields he would like to be displayed in a customized manner. Like this:

The thing is that if I use custom states those “customizations” would reseted to default whenever the page is loaded or something like that.

How to do it more permanently? Should I use a datatype that records the preferences for each client? Maybe options sets?

Thanks

If you want the user to see the same settings each time they open, then, yes, you need to save the preferences to a data type.

1 Like

Thanks

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