Ways to use a button to append/add to a multi-select column

7 Likes

How would you do the reverse?
Use a button to remove the current user only?

@Creotom - I added a column with a “Remove Me button”

Formula used to modify the row -
thisRow.[Team Member].Filter(CurrentValue!=User())

Hope this helps.

1 Like

Very helpful - thanks!