Hello everyone…
So I am working with a couple of Lists of Things which are states rather than database fields… and with the world of states, the list operations work a bit differently.
With a List that is a database field, you get these six nice list functions:
But they don’t appear for you when working with a List that is a state.
So reading around on the forum, I have worked out that you can substitute some of the list functions
“add” :plus item
“remove” :minus item
But how can I reproduce “clear list”?
The only thing I can think of is to define a dummy empty list in my database and assign that to my state!