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!