I'm using SharePointIntegration Customized Form.
I have a single text column called 'Other Conference Name'
In the Card's Visible property I have Combobox.Selected.Title = "Other" (the 'Conference Name' combobox is really the SP title column)
In the Update property I have DataCardValue2.Text
In the Default I have ThisItem.'Other Conference Name'
When I add a new item the form works (hides the card when Combobox <> "Other" and is visible when it does) and captures the data in the SP list.
When I click to view or edit the item this field is hidden even though the Combobox = "Other" in the view/edit form.
What am I missing or wrong?

