问题描述
我想用AirTable javascript SDK来获取办公室所属的组:
Promise.all([
fetchTable("groups",groups),fetchTable("offices",offices),]).then(() => {
offices.map(office => {
return office.get("group")
})
})
office.get("group")
似乎返回一个ID数组,例如:
['123456789','987654321']
['group_1','group_2`]
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)