How to append a Markdown content to Notion page?

What are you trying to achieve?

My goal is to get some notes from Mem to a Notion database item as content (inside a page).

The problem is that Make does not have a “Get a Mem” note back to whatever you want.

Steps taken so far

What I did was:

a) Exported all my Mem notes as Markdown files.
b) Saved them into a OneDrive folder.
c) Connected the folder to Make.
d) Downloaded the file, and converted variables.
e) Used chatGPT to create a JSON with the properties and the content keys
f) Use module to create new database item and update the properties (success)
g) Use append a database item content using the MAP “Content” from my variables.

There shows an error saying that perhaps the Notion database item (page) only accepts blocks so I am not able to append the Notes (with rich text and emojis as I normally would by copy pasting by hand)

Screenshots: scenario setup, module configuration, errors

Hi Jose,
Could you share:

  1. The error message
  2. Which module outputs the error
  3. How that module is configured
  4. What the Parse JSON output looks like

Hi Simo! Of course, here are the screenshots for what you rquested



Thank you so much @Qais !! I’ll try to use those and see if it works, i’ll keep you guys posted