# Creating dynamic text color changes

**URL:** https://community.thunkable.com/t/creating-dynamic-text-color-changes/2327359
**Category:** Web API's
**Tags:** beginner
**Created:** [March 16, 2023, 2:50pm UTC](https://community.thunkable.com/t/creating-dynamic-text-color-changes/2327359 "2023-03-16T14:50:48Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 17, 2023, 2:29pm UTC](https://community.thunkable.com/t/creating-dynamic-text-color-changes/2327359/14 "2023-03-17T14:29:39Z")

</div>

Here’s how I would set up the blocks. I can’t test it because I’m still seeing the project corruption or whatever bug (see this for an update: [[Solved] How do I set API Headers? - #29 by tatiang](https://community.thunkable.com/t/solved-how-do-i-set-api-headers/2324504/29)) was preventing proper parsing of JSON in Thunkable but I believe those blocks should work. Note that I used property notation because I find that easier but you can absolutely still `set app variable all_ingredients` the way you did in your last screenshot. It doesn’t seem to matter for me; both methods crash the project.

**Edit:** Oops! I accidentally added an extra `get object from JSON` block. Please remove that when you set up your blocks since you’re already converting the API response to an object in your screenshot.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/d/1d96b8d29351184672c1674393dbf4e89a0e5914.png)

---

_[View the full topic](https://community.thunkable.com/t/creating-dynamic-text-color-changes/2327359)._
