I’m using Airtable as my data source and I’m new to Noloco. From my research, seems it’s not possible to allow users to add options to a single select list. Curious if there’s a workaround.
I work in video post production. There are a wide set of values that are repeated across different tables. For example, a video can have multiple resolutions, some of which are standard and some of which are bespoke.
I’ve repopulated the resolution single select option with standard resolutions, but if a user needs to add a custom resolution, then they will have to ask me to go into Airtable to add it. This greatly reduces the value of having a front-end like Noloco.
I’ve toyed with the idea of building a global settings table, but doesn’t seem like an option given you can only add new records via Noloco.
Here’s a quite data schema on some of the fields I need to add + their standard values:
Frame Rate: 23.98, 24, 25, 29.97, 30, 59.94
Resolution: 1920x1080, 2048x858, 3840x2160, 4096x2160
Aspect Ratio: 16x9, 9x16, 4x3, 4x5, 1x1, 2:1, 2.39:1
Language: EN, SP, FR, DE
I have two tables that need to link to this data: Edits and Deliverables.
I would like a setup that allows the user to add options when the need arises, i.e. if we have do a Haitian language deliverable, they can add the language code “HT”.
Thanks