(fr) list

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.

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.

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

2 Likes

Thank you, i will try that.

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

1 Like