# Rich text is not working properly

**URL:** https://community.thunkable.com/t/rich-text-is-not-working-properly/2978504
**Category:** Web API's
**Tags:** help
**Created:** [May 1, 2024, 12:40am UTC](https://community.thunkable.com/t/rich-text-is-not-working-properly/2978504 "2024-05-01T00:40:07Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![aaravmittal23843yn](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@aaravmittal23843yn](https://community.thunkable.com/u/aaravmittal23843yn)
#### Post date: [May 1, 2024, 12:40am UTC](https://community.thunkable.com/t/rich-text-is-not-working-properly/2978504/1 "2024-05-01T00:40:07Z")

</div>

I am making an app which is fetching data from openai. I want its response to show up in a rich text box. It shows up, however the response contains no headings or bullet points. I specifically told it to do so. It still doesnt work. Can somebody help how the text can be displayed in headings and bullet points?

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [May 1, 2024, 1:19pm UTC](https://community.thunkable.com/t/rich-text-is-not-working-properly/2978504/2 "2024-05-01T13:19:04Z")

</div>

Hi @aaravmittal23843yn, welcome to Thunkable! 🎉

Be sure to check out our posts about [How to ask Great Questions v2.0](https://community.thunkable.com/t/how-to-ask-great-questions-v2-0/2689983/1) and our [Community Guidelines](https://community.thunkable.com/t/community-guidelines/78/8) as you get started.

Could you show us the blocks you’re using to set this up? We are happy to help take a look.

---

<div class="post-metadata">

### Author: ![aaravmittal23843yn](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@aaravmittal23843yn](https://community.thunkable.com/u/aaravmittal23843yn)
#### Post date: [May 6, 2024, 9:43pm UTC](https://community.thunkable.com/t/rich-text-is-not-working-properly/2978504/3 "2024-05-06T21:43:00Z")

</div>

Hi Matt! This is my code.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/1/c1d96945e2ded1624f3e1e3e7ecfcbc4bb41298d.jpeg)  
This is the output I am receiving:  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/e/3e4ab817adc4dcaec18eb3dc7af9d6425984901c.jpeg)  
As you can see it is not formatted, when I specifically told it to. Can you help me?

---

<div class="post-metadata">

### Author: ![tiny\_apps](https://avatars.discourse-cdn.com/v4/letter/t/3d9bf3/32.png) [@tiny\_apps](https://community.thunkable.com/u/tiny_apps)
#### Post date: [May 6, 2024, 11:50pm UTC](https://community.thunkable.com/t/rich-text-is-not-working-properly/2978504/4 "2024-05-06T23:50:05Z")

</div>

As I understand

Any processing through blocks will loose rich text formatting.

It is to display static text. My guess

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [May 7, 2024, 1:10pm UTC](https://community.thunkable.com/t/rich-text-is-not-working-properly/2978504/5 "2024-05-07T13:10:06Z")

</div>

This is just how the component works with data called through an API–the only Rich Text options you can get and set for updating this text are the ones in the [rich text blocks](https://docs.thunkable.com/app-design/ui-components/basic-components/rich-text-component#rich-text-blocks). So italicize, strikethrough, underline, line spacing, etc.

Here’s an example I just tested out with a weather API.

 ![Screenshot 2024-05-07 at 9.09.14 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/3/330f542f0020754521b20eb490d10e5f72cf40c9.png)

This will work in formatting the text.

 ![Screenshot 2024-05-07 at 9.09.54 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/9/99aabd3487ec0cfc3232e6afc09ac2e7a21cc148.png)

---

<div class="post-metadata">

### Author: ![pacecode](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/pacecode/32/209017_2.png) [@pacecode](https://community.thunkable.com/u/pacecode)
#### Post date: [May 10, 2024, 1:22am UTC](https://community.thunkable.com/t/rich-text-is-not-working-properly/2978504/6 "2024-05-10T01:22:35Z")

</div>

Is there any Possibility to Do Text Foramtting in a Single Word or Selected Part of Sentence in this Component through Blocks?  
Example:  
Hello **There** , **How can** _I Assist you Today?_
