If I have, for example, a ‘Priority’ collection/table of
High
Medium
low
I make a true/false property/field/column in the table that I want to be able to choose the ‘Priority’ for each one. so I end up with 3 new ones and I’m able to toggle those to be true/false. it’s works but I would of thought that I could use standard data structures like having tables that I can auto choose triggered from a button press. I’ve just not figured it out yet.