# (fr) list

**URL:** https://community.glideapps.com/t/fr-list/69779
**Category:** Ask for Help
**Created:** [January 20, 2024, 12:45pm UTC](https://community.glideapps.com/t/fr-list/69779 "2024-01-20T12:45:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Paige](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paige/32/69587_2.png) [@Paige](https://community.glideapps.com/u/Paige)
#### Post date: [January 20, 2024, 12:45pm UTC](https://community.glideapps.com/t/fr-list/69779/1 "2024-01-20T12:45:53Z")

</div>

Bonjour,

J’aimerais que l’utilisateur puisse créer sa propre liste en choisissant les éléments de l’application. (Voir plusieurs listes en nommant comme.on veut sa liste)  
Est ce qu’il existe une fonctionnalité toute faite pour ça ?

De même j’aimerais qu’en cliquant sur un bouton, cela incrémente (+ ou -) une valeur dans un tableau utilisateur. C’est possible ? J’ai essayé de me dépatouiller en créant une action mais c’est un échec, je n’arrive pas à faire référence à ma valeur dans le tableur.

---

<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: [January 20, 2024, 6:06pm UTC](https://community.glideapps.com/t/fr-list/69779/2 "2024-01-20T18:06:51Z")

</div>

> [@Paige](#):
>
> I would like the user to be able to create their own list by choosing items from the app. (See several lists by naming the list you want)  
> Is there a ready-made functionality for this?

There are a couple of ways to do this.

- Add a user specific boolean column to you table and change your collection to be a checklist where you can select items which will marked the user specific column as checked. Or you can change the action on a collection to have a Set Column action which will set the user specific boolean column to true. Then you can have a filtered collection to only show items marked as checked.
- Another way is to set the change the action on a collection to be an Add Row action which would add a new row to another table along with the user’s email.

> [@Paige](#):
>
> I would like that by clicking on a button, it increments (+ or -) a value in a user table. It’s possible ?

You should be able to target the user profile row in actions.

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

---

<div class="post-metadata">

### Author: ![Paige](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paige/32/69587_2.png) [@Paige](https://community.glideapps.com/u/Paige)
#### Post date: [January 29, 2024, 2:21pm UTC](https://community.glideapps.com/t/fr-list/69779/3 "2024-01-29T14:21:17Z")

</div>

Thank you, i will try that.

Je vais essayer, merci. Je reviens ici si jamais je n’y arrive pas ^^
