Hey
I'm using a list (["1";"2"]) as items for a combox which is placed in a form. I then set the Update value of the form item to Concat(Combobox_value.SelectedItems;Value;",") which creates a string separating the items with a ",". This works fine.
I changed the items of the combobox to Distinct(data;column) which works, I can choose them. However the update formula creates an error. It can not create the string. What am I doing wrong? Feels strange since the data output of the combox has not changed, only the input (which works)?


Report
All responses (
Answers (