Hi,
I am making an App, where I have stored a delimited list in an Airtable cell.
The Airtable area looks like .
The "1,2,3,4" will be set to a list-viewer, with this block
What I exactly want is, when I select any item from the list, it should be removed from the Airtable cell.
For example, if I click "3" from the list, it should be removed from the list-viewer, and from the Airtable cell. Then the cell would look like - "1,2,4".
I tried doing it, and it didn’t work out well.
What should I do?
Thanks!