Show existing values in form field?

Hi,
I have a Postgres external DB linked to my NocoDB base. I added a form view, but I need the form field to show existing values from the table so I can select one (like a dropdown/autocomplete). Right now, I have to manually type the value.

I couldn’t find anything about this in the docs.
Thanks!

This autocomplete is only possible to Single-select, Multi-select and Links or Link to Another Record fields.

For normal fields, it does not make to autofill hence we do not do that.

1 Like

Thanks. I’ll figure something out.