Skip to main content

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

  • August 30, 2023
  • 1 reply
  • 38 views

Forum|alt.badge.img

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

Forum|alt.badge.img+21
  • Inspiring
  • August 31, 2023

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.