Limit Values For A Column

Hi all,

Hope you are well.

I can’t seem to find the correct documentation for my requirement.
It might be through relations, but not entirely sure.

Basically, I have a table in backendless with a column called Status.
I only want 5 possible string values to be stored in it, where these values will be displayed by a dropdown menu in an Adalo app.

Currently the column in backendless is a TEXT DATA TYPE.
How do I go about limiting the values in the Status column?

Thanks!
Jono.

Hello @Jonathan_Baggott,

I suggest using the Multiple Choice type to limit the column values.

Regards,
Olha

1 Like

Thank you I will give it a try!