Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Rich text format is broken when getting content through airtable api

Topic Labels: API
1418 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Shang1128
4 - Data Explorer
4 - Data Explorer

Hi everyone!

Nice to meet you.

I am trying to load rich text content through api, but it's broken.

But when I put the content with HTML tags, format is working properly.

https://prnt.sc/r3ys_DfPjzFK

But my client is not a programmer. He can't add content with HTM tags.

So I want to load rich text content as I entered without any HTML tags.

Please help me.

Thanks.

2 Replies 2
kuovonne
18 - Pluto
18 - Pluto

Rich text fields are stored in Airtable's version of Markdown, not html.
When you get or set the content of a rich text field via API, you use raw markdown, not html.

Markdown is okay.

Where is that?

Can I use it with api?

Is that any document?

Thanks.