Hi all,
if you want to update a notion database item text property field you may hit this error, becasue there is a 2000 character limit for rich text fields:
[400] body failed validation: body.properties.Newsletter.rich_text[0].text.content.length should be ≤ `2000`, instead was `3704`.
I created a solution - the text has to be split down into a collection of shorter rich text elements. Just want to share it with the community:
Blueprint attached incl. notes. You can use this as a subscenario.
Cheers, Stefan