I am the owner of a workspace with pro licens and I want a user to be able to add values for selected records but nothing else. After some time I want to lock the values. Can this be done?
- In a base there is a table that allows only creators to create/delete records.
- The table contains sensitive data in a specific field.
- A view of the data filters out, say, data belonging to March and is named “march-data”.
- The view is locked
- A user with permission “Editor” is granted edit permissions in the specific field.
- The user can now add values in the specific field in the march-data view — great!
But
- The user can go to the filter and “duplicate as personal view”.
- In the view “march-data copy” the user can change the filter to display, say, February.
- Now the user can change all data belonging to February — not so great!
If the user has permission level “commenter” the user cannot add any values — not so good.
I am stuck in between two permission levels. And I don’t think my wishes are overly complex: Allow user to users to feed in data and after some time lock this data. Hopefully I have missed something trivial or there is a clever scheme that can be applied.
Many thanks for any comments or recommendations! :winking_face:
/Jonas