From my understanding the key problem here is at the moment we see the Form view as a way for you to let people who aren’t in your Baserow group insert rows into a table. And so if you were able to use the form to change/add options this could introduce security problems for other users of the form view, for example:
I want to make a form where a member of the public is forced to select between the options:
- Country A
- Country B
But if the form view let you add options then a member of the public could then add Country C
as an option and possibly introduce bad data into your database.
I’m guessing you don’t want to give your virtual assistants full access to your group so they can create their own options?
One potential solution I see to this in the future is when we add role based access control you should then be able to create a single table which your virtual assistants can add new rows to and edit the field options for, but restrict them from accessing all other tables in your database. Would that be a solution for you?