Situation: I have a table and one of the columns is set up as a Tag. I've made the tag editable and I've set the option list as {{ currentSourceRow.members }} which is a list of strings. This works and has the intended behavior of being able to select the correct member for each row in the table. However, once I hit the play button it doesn't work, the option list is blank. If I go back into edit mode the option list looks like it hasn't been set. If I reset it starts to work again. Wondering if this has been discovered before and if there are any work arounds.