const row_data = {
“a”: [‘value1’,‘value2’]
}
await base.appendRow(‘table_1’, row_data)
}
but I can’t append this row.I got error as bleow
const row_data = {
“a”: [‘value1’,‘value2’]
}
await base.appendRow(‘table_1’, row_data)
}
but I can’t append this row.I got error as bleow
I got it’s reason, because this colum is only allow to single selection,so you can’t set a array input
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.
Do it like thousands of other people who have used SeaTable to develop powerful processes and get their ideas and tasks done more efficiently.