Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
BaseRow 1.33
If you are self-hosting, which installation method do you use to run Baserow?
Docker 20.10.24
What are the exact steps to reproduce this issue?
I am working with application builder, i have a simple row that i want to edit, with an option field , but when i try to edit the row is not pre-selected.
adding 3 screenshots.
Thank you
Attach screenshots, videos, or logs that demonstrate the issue.
In the screenshot I see that the default value is the id of the Status option while the option values are string so it can’t work that way.
I guess you want to display the values from a single select field. You might need to use the formula version of the choice element then populating the values from the existing options. Does it make sense?
Alternatively you could use the status “value” instead of the id to match what you have as option but it’s less reliable.