# Ability for users to add app data to their own profile

**URL:** https://community.glideapps.com/t/ability-for-users-to-add-app-data-to-their-own-profile/8978
**Category:** Ask for Help
**Created:** [May 12, 2020, 3:42pm UTC](https://community.glideapps.com/t/ability-for-users-to-add-app-data-to-their-own-profile/8978 "2020-05-12T15:42:54Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Drew\_West](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drew_west/32/352_2.png) [@Drew\_West](https://community.glideapps.com/u/Drew_West)
#### Post date: [May 12, 2020, 3:42pm UTC](https://community.glideapps.com/t/ability-for-users-to-add-app-data-to-their-own-profile/8978/1 "2020-05-12T15:42:54Z")

</div>

I’m building a card collection app where users search for cards then add them to their profile via checkboxes. How do I set this up?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 12, 2020, 3:50pm UTC](https://community.glideapps.com/t/ability-for-users-to-add-app-data-to-their-own-profile/8978/2 "2020-05-12T15:50:21Z")

</div>

Instead of checkboxes, I think you can enable favorites for each card item, then show them in an inline list for your “User Profile” tab, with the filter being “Is Favorited? = TRUE”.

---

<div class="post-metadata">

### Author: ![Drew\_West](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drew_west/32/352_2.png) [@Drew\_West](https://community.glideapps.com/u/Drew_West)
#### Post date: [May 12, 2020, 3:51pm UTC](https://community.glideapps.com/t/ability-for-users-to-add-app-data-to-their-own-profile/8978/3 "2020-05-12T15:51:01Z")

</div>

Thank you!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 12, 2020, 3:52pm UTC](https://community.glideapps.com/t/ability-for-users-to-add-app-data-to-their-own-profile/8978/4 "2020-05-12T15:52:22Z")

</div>

Added some images for “Profile” tab of my test restaurant app.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/b/bd133a7d1826ad0a155be469ef58719f61a37a19.png)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/c/cb7a236e55eb55c66ce3f5a61f858276e9d132a9.png)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 13, 2020, 4:03am UTC](https://community.glideapps.com/t/ability-for-users-to-add-app-data-to-their-own-profile/8978/5 "2020-05-13T04:03:07Z")

</div>

This would also work by creating a user specific column and using a checkbox or switch in place of the favorite component.

---

<div class="post-metadata">

### Author: ![Drew\_West](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drew_west/32/352_2.png) [@Drew\_West](https://community.glideapps.com/u/Drew_West)
#### Post date: [May 13, 2020, 1:18pm UTC](https://community.glideapps.com/t/ability-for-users-to-add-app-data-to-their-own-profile/8978/6 "2020-05-13T13:18:26Z")

</div>

Hey Jeff! Thank you!

I used a checkbox column with an in-line list on the profile page and set the visibility to appear if check box column was not empty.

Seems to be working fine, thanks!
