Perspective Table Dropdown Cell View Problem

If I am understanding you correctly, you are trying to get a dropdown component within an embedded view in a table’s cell to update the value associated with that particular cell. I, personally, have not had any luck doing this with bidirectional bindings. I would use message handlers to update the cell’s value in the data property of your table instead. I wrote a post here that explains how I would approach it. Hopefully that helps clarify things?