Airtable add typecast option for records with multi select field
Nico Schulz
As already mentioned here:
There is no way to add new field options to multi select fields without specifying the "typecast" parameter. This would be super easy to implement, just add a boolean value, maybe for the advanced settings. It would be nice to have this for the update, create and upsert functions.
Log In
Santi Leoni
100%, so easy to implement and so handy for a common platform
Arnoud Post
Work around:
You can change the typecast value in the Make module code.
- Copy/paste the module to a plain text editor
- set typeast > true (it's somewhere in the first few lines of code)
- Copy/paste the module code back to your scenario to get an updated version of your Airtable module.
Tim Katzgrau
Arnoud Post Thank you! Had no idea you could do that.
Mark Jacoub
Arnoud Post Coolest trick I learned this week. Thanks.
Hitesh Jain
This is required.