# Trying to create a user-specific list of editable tags

**URL:** https://community.glideapps.com/t/trying-to-create-a-user-specific-list-of-editable-tags/68947
**Category:** Ask for Help
**Created:** [December 22, 2023, 4:58pm UTC](https://community.glideapps.com/t/trying-to-create-a-user-specific-list-of-editable-tags/68947 "2023-12-22T16:58:28Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 22, 2023, 5:08pm UTC](https://community.glideapps.com/t/trying-to-create-a-user-specific-list-of-editable-tags/68947/2 "2023-12-22T17:08:34Z")

</div>

Yes, a User Specific array would work, but you would need a Helper Table to expand that array into a list so that they could select from a list of tags, as well as manage the list.

I’d recommend using a User Specific Multiple Files column in the User Profile row to hold the array of tags. To add a tag to the array, use a Make Array column with a Set Column values action. And to remove a tag from the array, use a Remove Element column with a Set Column Values action.

For the Helper Table, you could utilise the [Miracle Method](https://community.glideapps.com/t/transpose-columns-to-an-inline-list-the-miracle-method/32766).

---

_[View the full topic](https://community.glideapps.com/t/trying-to-create-a-user-specific-list-of-editable-tags/68947)._
