# Displaying parsed Bluetooth string data in a label

**URL:** https://community.thunkable.com/t/displaying-parsed-bluetooth-string-data-in-a-label/3647736
**Category:** BLE / BlueTooth
**Created:** [March 11, 2025, 3:23pm UTC](https://community.thunkable.com/t/displaying-parsed-bluetooth-string-data-in-a-label/3647736 "2025-03-11T15:23:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![praxiumsafetyaxylbj](https://avatars.discourse-cdn.com/v4/letter/p/ccd318/32.png) [@praxiumsafetyaxylbj](https://community.thunkable.com/u/praxiumsafetyaxylbj)
#### Post date: [March 11, 2025, 3:23pm UTC](https://community.thunkable.com/t/displaying-parsed-bluetooth-string-data-in-a-label/3647736/1 "2025-03-11T15:23:44Z")

</div>

I have created a code which successfully reads and displays parsed Bluetooth data into a simple list. The data string is made up of three numbers (example “0,0,0” or “1000,2000,500”). The issue I am having, is assigning a variable to each individual number. This is the block code I have. It seems to be pulling the unparsed data in. Any help would be appreciated!

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

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [March 11, 2025, 5:06pm UTC](https://community.thunkable.com/t/displaying-parsed-bluetooth-string-data-in-a-label/3647736/2 "2025-03-11T17:06:04Z")

</div>

Hello @praxiumsafetyaxylbj  
Could you please remove the list blocks and keep only the “app variable List” block inside the “in list get” block?

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

---

<div class="post-metadata">

### Author: ![praxiumsafetyaxylbj](https://avatars.discourse-cdn.com/v4/letter/p/ccd318/32.png) [@praxiumsafetyaxylbj](https://community.thunkable.com/u/praxiumsafetyaxylbj)
#### Post date: [March 11, 2025, 8:14pm UTC](https://community.thunkable.com/t/displaying-parsed-bluetooth-string-data-in-a-label/3647736/3 "2025-03-11T20:14:57Z")

</div>

Thanks, that worked!
