Notion Node 2k Character API Limit: Workaround via Multiple Posts?

Hi @ccclapp,
welcome to the community :wave:!

You can break down the text into smaller chunks using the Code node.
Then you can:

  1. Create a new Notion page where you insert the first part of the text
  2. Append Notion blocks to that page for the remaining text blocks

You can find an example here:

The only caveat with this solution is that Notion will add blocks and the result will looks something like this:

To fix this problem you should improve the logic in “Splits text in small chunks” (Code node) to split the text after a full stop.

Hope this helps,
let me know if you need more help

7 Likes