Use enumeration in tokenlist

Hi,
Can you tell how to use enumeration in tokenlist.

Thanks for advance

Hi,

TokenList works only with entities, so you need to convert your enum to an entity (an entity with only one attribute, e.g. name) and create several instances of the entity with values equal to the enum values.

Regards,
Gleb