Is there a way to make createRecordsAsync
create a new value when it is not present in a single select field?
await table.createRecordsAsync([
{
fields: {
'Print Name': prnt.name,
'Printer': { name: prnt.printer },
},
}
In this example, I have two fields: ‘Print Name’ is a text field and ‘Printer’ is a single select. Is there a way to pass a value to Printer that isn’t already in the base?
This happens on the GUI side if you’re copying and pasting values. I’m wondering if you can do it inside a script.