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 have dropped my above idea, and now I would like to just replace an delimited item. For example, my list is delimited with " || " character, and list is like 1 || 2 || none || 4
And I would like to replace the item no. 3 in the list, which is “none” with another term.
So,
I would get the list & un-delimit it,
Then I’ll get the 3rd term of the list, and replace it with something.
Then delimit it again with the " || " character.
And finally add it back to Airtable. So the new list would be 1 || 2 || 3 || 4