Hi all, this is a pattern I struggle with and have come across it a handful of times. I’m wondering how others have potentially solved for it, or worked around it.
To offer a simple example, let’s say I have a table of ingredients (apples, oatmeal, steak, salt, etc), and a column called Goes Well With that is a multi-select box. For oatmeal, I might select apples, but not steak. For salt, however, I want to select everything, and if I add a new row to the table, I want that new item to also be applied to the salt’s “Goes well with” cell.
Thoughts, ideas, or work arounds anyone would recommend?