I'm also just getting into botpress this week, but...
# 💻developers
b
I'm also just getting into botpress this week, but it appears the
createRecords
accepts a partial, so make sure what your passing in matches your table columns. ex:
Copy code
await floorNamesTable.createRecords([{name: 'one'}, {name: 'two'}])