Repeating group for user preferences with update function

Hi,

I need your support as a newby. I have some preferences as obtions in my database e.g. sports as option-set and options soccer, tennis, badminton.

I want to create a settings page where the user can choose from the option-set and choose the option which is then updated in user preferences. If he chosses just two of three options, then next time the page is opened, only two of three options are choosen and he can update his preferences again and update to his user. How can I achive this? Any plugin or idea? Thanks a lot!!

Save the user’s selected sports options as a list in a field for the User data type. On the relevant page, reference that list from the Current User’s record in filtering data for display.

thanks david. I want both steps in one page. Mean i have three buttons on a page. If I mark two of them and then update, they will be updated to user data type and the options should stayed as marked. Hope I could explain it better now.

Create a workflow that saves the user’s selections to the field I suggested.

Set the default value of whatever element(s) you’re using to represent the options to reflect the options saved in the Current User’s record.

There are lots of ways to allow the user to select options. If you’re currently using a separate button or other element for each option, you may find it easier to use a single Multiselect Dropdown element.

Thanks that helped, but last thing which is not working is to set the default value to represent the options to reflect the options saved in the Current User’s record.
image
Where is my error?

Just set the default value to the current user’s value (of the relevant field).

1 Like