quick question about fetching Data from Notion which u probably know.
I want to Display a Notion Textfield via API with the rich-text format. But i cant figure out which expression configuration is correct.
Right now, i use the following expression.
.data.results[0].properties.Veranstaltungsbeschreibung["rich_text"][0]["plain_text"]
it is displaying the text, but as expected Plain without the rich-text format.
i tried
*".data.results[0].properties.Veranstaltungsbeschreibung["rich_text"][0].text.content " *
aswell, same result.
Do you know how to fetch the data correct to display it with all the paragraphs etc.?
Thanks a lot for helping all the time ❤️
Add a reply
Sign up and join the conversation on Discord