Are OPTION SETS nested in LIST OF...-DB-Elements unique?

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

Hello @jupixy! If you set the field as a list, yes it is unique.

Thank you! I found this solution: Solution for adding multiple instances of one Thing into a list state

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.