How do I create a Retool table to read/write a Notion database

I see, it looks like you'll want to enable a transformer on your query that looks something like

return data.results.map(row => {
  /* build and return your row object here */
})

Does this look about right?

1 Like