Help

Error: Field (singal select) cannot accept the provided value

483 1
cancel
Showing results for 
Search instead for 
Did you mean: 
111239
4 - Data Explorer
4 - Data Explorer

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!

1 Reply 1
Sho
11 - Venus
11 - Venus

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.