Hi all,
I have a OPTION SET “Countries”.
Now I created a new “Table” in the database with a Field type: List of
If I want to add a new item to the table’s list of countries, it is not possible to set more than 1 of the same countries to this field. Is this unique?
If I want to add:
england,germany to the list, both elements are added correctly.
if I want to add:
england,germany,england to the list, only england,germany will be addede to the list.
Is there any possibiity to store a value more han 1 time to that record’s list?
best,
jupxi