Unless I've misunderstood this should satisfy your requirement.It allows you to create a new record with the new ice cream flavour, it is also added to the list of allowed flavours thereafter.
Note that there are other potential side effects of using this, I don't know that there's any documentation for the conversions that are attemptedIf you want to play it extra safe - consider exclusively writing to your select fields when using the ty...
Hey @masterconquero There's no explicit way of creating options via the API (even with the latest API releases to my knowledge)There is however the`{typecast: true}` method, here's an example from a test in the airtable.js libraryThe documentation f...