Notion connection won't allow text with more than 2000 characters

My email to Notion scenario works. EXCEPT when the text size of the email is long. The error I get is:

Error [400] body failed validation: body.properties.Summary.rich_text[0].text.content.length should be ≤ 2000, instead was 2817.

Here’s a video of the setup and issue - History | Make - Google Chrome - 6 November 2023 | Loom

Any help would be appreciated.

Hi Scott_Austin,

It is due to an internal limit in Notion.
I don’t know if it is possible, but you could split your long string in two parts as described here, unfortunately, there is not a lot of details…

Philippe

2 Likes

Thanks for the info!

1 Like

This post - How to Use the Make SubString Function with 5 Example Use Cases - shows how to use substring function to limit the text size.

2 Likes