How to "set list" only for items that are checked in an RG

Idea is you set a state that is a list of things. When you click to select you set the state to: this state’s list plus item: current cells thing.

When you want to remove it from the list (uncheck), you do: set state, this state’s list filtered: Advanced: current cell’s thing is not this thing.

1 Like