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)