Hello, I’m working on an app where users can select a list of items. Every time one item from the list is selected, it is removed from the list to avoid it getting selected twice.
I’ve been able to create a function that limits the items, but unfortunately, I only get the key value of the row but not the item, which is column C.
The list is stored in a virtual column as a “list”, and I’ve verified that it would show up in the dropdown; the issue is that instead of the items, I get the list of keys.
What I tried is that given I have the row number of the items, I try with a select to create a second column with the list of items in column C, but I get errors.
Any suggestion is welcome. I’ve checked out several suggestions @Steve already but failed.
Hi @Steve interesting, I will check if the list subtraction works, I was actually doing the subtraction on the Google Sheets side, generating new dynamic tables for each team, yet that was just a workaround not easy to scale with many teams. I will play around with it and let you know. Thanks.