Lookup Field within same Entity/Ds

Hi,

I have a fieldGroup containing few fields. “Type” is one of the field.
Now I want to change the Type field from text to lookupField. I dont have any collection datasource but just one datasource in the entity.
How can I list all the distinct “Type” in the dropdown manner?

Capture

Hello, @saurabh60292

What type does this field have?

Regards,
Daniil.

Its nothing but containing characters

Do you mean that the type field has the String type?

If you want a lookup field, it needs to be an enum or associated field.

For example:

image

And here is the CustomerType entity:

image