Hi all,
I’m wondering how to get this:
My DB-Item contains a list of items:
In my app there’s a MultiDropDown element and also a DropDown element:
The user can choose one or more items in the multidropdown and only one item in the dropdown element.
Now I placed a button inside my app with the function to update the database record and insert (add/append) all items selected in the multidropdown. That works fine so far:
… BUT:
I don’t want to insert a list with the multidropdown selected items only, I want to append the current items’display value with another string…
I don’t want to insert the list:
Brandenburg
Bremen
I want to insert the dropdown-value (string), for example:
Brandenburg///Heiligabend
Bremen///Heiligabend
Has someone an idea to achieve that?
Best,
jupxi