This might be simple but I’ve been working for over 3 hours to figure this out.
I have a database of Users
I have a database of Interests (text + image)
The User also has list of interests as a field.
During sign-up, I have a repeating group of the interests.
What I want to do is for the current user to click on a few interests, add a selected type animation to each cell, and add them to their List of Interests of the current user and of course when clicked again, deselect.
Thus far, I made the repeated group but I don’t know how to make it interactive and I don’t know how to get that data and append it to the list of interests of the user?
I would kindly appreciate some help. I wouldn’t be asking had I not tried for 3 hours.
Thank you in advance! 
Hi there, @kc8863386… there are plenty of ways to do what you have described, and it could be as simple as having a checkbox in the repeating group, and when the user checks the box associated with a particular interest, use the An input’s value is changed workflow (with an Only when condition on it that checks to see if the checkbox is checked) to add the current cell’s interest to the current user’s list of interests. You would also have a similar workflow that removes the current cell’s interest from the user’s list of interests when the user unchecks a checkbox.
Depending on how you want your user experience to flow, you could also consider saving the selected interests in a custom state and then updating the user’s list of interests when a button is clicked. Again, you’ve got options, but without knowing more about your app, it is difficult to provide a suggestion that might meet your specific needs.
Hope this helps.
Best…
Mike