I have a ComboBox1 which has there Item properties:
SortByColumns(AddColumns(Cat,"FullDescription",Concatenate(Title, " - ",Description)),"Title")
It combines the Title with the description inside the combo box.
I need to patch just the title part into SharePoint.
I tried TicketCat:ComboBox1.Selected and TicketCat:Value(ComboBox1.Text) and TicketCat:Value(ComboBox1.Selected)
Is there another way to do this?
Thanks