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 Itemmodule’s output against Notion’s API documentation, and it looks like Make doesn’t transform the data –properties_valueshould be structurally identical to a direct API call.
If this doesn’t work, let me know and I’ll dig into theHTTPapproach 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

