Notion Simplify option ignores Rich Text

Describe the problem/error/question

Notion has a Simplify option, which returns simpler fields of Notion properties.

However, text fields in Notion are of Rich text formatting. If the text block has only one type of formating, it works fine. But with multiple formatting block, it will return only the first

Example

Title is: “Test 1 test 2

Simplified output returns this: “Test 1 “, the second block is gone

How to deal with it now

Disable the Simplied option. Get the array of all Rich text items and concatenate “plain text“ fields.

Information on your n8n setup

  • n8n version: 1.108.2
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker compose
  • Operating system: Ubuntu 24

Hey @Bringasher. Yeah, I do this in the expression field just like that.

Not solved yet

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.