接口获取不到表格数据 提示 "error_msg": "table not found"

“error_msg”: “table not found”

这里的 table_name 指的是表格 (base) 中子表 (table)。你可以把你表格的截图发一下。

您好 谢谢你的回答 我现在改成用js api base.appendRow(table_name, row_data)

const config = {
server: ‘https://cloud.seatable.cn’,
APIToken: ‘’
};

	const base = new Base(config)
	await base.auth()
	
	await base.appendRow('预算表', {
		'名称': '老大',
		'部门': '人事部',
		'类目1': '固定费',
	})

为什么会出现 anchor_row_id 的问题 append不是不用传吗

发布了 1.0.30 版本,修复了这个问题。