Skip to main content

i write this simple script, and get an error:
await table.createRecordAsync(
{
"Singal Select":"1"
});

Error: Field "fldVrE9PBN0HBkpRn" cannot accept the provided value.

tried allsow this script:
await table.createRecordAsync(
{
"Singal Select":{name: "1"}
});
and same error

 

all the premission are open...

TY!

Have you added a "1" to the single select field?
You can't add a new selection from an automation script.
Only selections that have already been added can be selected by automation.

For "Script Extensions", additional selections can be added.


Reply