Enum values in a list?

Hi guys,

I have a list that pulls data from a ‘people’ database, with a bunch of columns of data, ranging from contact information to an individual’s status for work.

Some of these must be specific values, such as Status, which can only be: ‘Complete’, ‘In Progress’, or ‘Closed’

Is there any way to do this in Adalo? Ideally, instead of a text box, the list would just present the user with a dropdown list with the appropriate options available to select.

Hi @QIRO ,

It would need separate collection and so your dropdown menu can use that.

But the ‘people’ collection must have relationship to this ‘status’ collection.

1 Like

That’ll do for me, thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.