Notion title (rich_text array) resolves to empty/undefined when mapped into HTTP module body

Hello,

Yep, that’s a bit tricky – Notion’s response mixes arrays and collections, which makes direct mapping a little more involved.

Try this function:

{{get(map(toArray(2.properties_value); "value"; "key"; "Task"); "1.1.plain_text")}}


Disclaimer: I compared the Get a Data Source Item module’s output against Notion’s API documentation, and it looks like Make doesn’t transform the data – properties_value should be structurally identical to a direct API call.
If this doesn’t work, let me know and I’ll dig into the HTTP approach instead. I just wanted to save myself some time and avoid generating API keys and setting up a connection. Thanks for understanding.

Have a nice day,
Michal