Hi,
I am trying to create a form that has a field that is a text field in DV - but in the form I am using a combo box instead to populate it with items from a collection. The combo box is multi select, I then want to populate the text box with the items selected in the combobox when the form is in New Mode.
The form can then also be populated when a user selects that item from the Data table, in which case I would then want that combo box to show the items based on the item selected.
Currently I am using this formula in the default of the datacard:
Concat(ComboBox1.SelectedItems, Value, ",")
However this only populates the field in DV with the first selected item?
Any help would be appreciated.