Editing JSON data with a nested list

Hi Debugz and welcome to the community :waving_hand:

The only way to work directly with json would be to edit the entire object and send it back, so it’s not really efficient but can be done.

The best way to handle this would be to have an external database and link each item to a column.

We’ve had a couple of users mentioning something similar:

Hope this helps!