How to retrieve Notion page content as Markdown

Hello all,

I’m trying to create a simple Make automation that creates a new Evernote page every time a Notion database record is added. I can methods for retrieving individual blocks within a page, but how do I get the whole page with formats? I’m looking for the equivalent of this method on Zapier:

Hi Ramon,
Since the Notion API returns each block as a separate bundle, the current only option I see is to aggregate the bundles and then format them in Markdown based on their block type. So, it is feasible with a few steps in Make.

I am not aware of any equivalent of the data shown in your Zapier screenshot - that seems to be a custom utility created by Zapier as far as I can tell

Thanks @Simo. I suspected as much based on other posts, although I’m disappointed we have to figure that step out for ourselves. Do you know of any example Make workflows that show how to do this?