# \[SOLVED\] Only show BLE device with a certain name

**URL:** https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906
**Category:** BLE / BlueTooth
**Tags:** beginner
**Created:** [September 8, 2024, 6:57pm UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906 "2024-09-08T18:57:50Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![ocorbo](https://avatars.discourse-cdn.com/v4/letter/o/ad7895/32.png) [@ocorbo](https://community.thunkable.com/u/ocorbo)
#### Post date: [September 8, 2024, 6:57pm UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906/1 "2024-09-08T18:57:50Z")

</div>

![Capture d’écran, le 2024-09-08 à 14.55.47](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/e/1ec7b66ed9db232d56422c268ed011e63a5fad4b.png)

i was able to get this far. id like to be able to only show devices that has “pdstal” in their name. How could i acheive that ?

---

<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: [September 11, 2024, 6:40pm UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906/2 "2024-09-11T18:40:24Z")

</div>

Hello @ocorbo  
You need to add a condition.  
Please check an example here: [Filter and connect to a specific Bluetooth device from the List Viewer - Questions about Thunkable / BLE / BlueTooth - Community](https://community.thunkable.com/t/filter-and-connect-to-a-specific-bluetooth-device-from-the-list-viewer/2476943/6)

---

<div class="post-metadata">

### Author: ![ocorbo](https://avatars.discourse-cdn.com/v4/letter/o/ad7895/32.png) [@ocorbo](https://community.thunkable.com/u/ocorbo)
#### Post date: [September 11, 2024, 11:10pm UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906/3 "2024-09-11T23:10:17Z")

</div>

where should i put the condition for example ? Because i was able to replicate the example you showed but not in this context.

---

<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: [September 12, 2024, 9:30am UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906/4 "2024-09-12T09:30:18Z")

</div>

Hi  
Before you the “create row” block, a condition must be added.

---

<div class="post-metadata">

### Author: ![ocorbo](https://avatars.discourse-cdn.com/v4/letter/o/ad7895/32.png) [@ocorbo](https://community.thunkable.com/u/ocorbo)
#### Post date: [September 15, 2024, 1:58pm UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906/5 "2024-09-15T13:58:44Z")

</div>

hi, i added the condition but it still gives me all the nearby bluetooth devices in my list. I feel like the condition works but then the list is filled with all the bluetooth devices, not just the one that contains ‘pdstal’. See the output. how could i have a list with just devices that contains ‘pdstal’ in their name ?

 ![Capture d’écran, le 2024-09-15 à 09.55.49](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/b/4b95ec1520f81ddde1613391e5759fce3315d24e.png)  
 ![Screenshot_20240915_095458_Thunkable](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/8/68eb702664b67024e9f3e448a7c7aeb635f1af6c.jpeg)

---

<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: [September 16, 2024, 10:37am UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906/6 "2024-09-16T10:37:13Z")

</div>

Hello @ocorbo  
Thank you for sharing screenshots  
There is an issue with the condition.  
Could you please change it like this?

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/0/50bcfe16aa945a9032627ae6060495533f7c78cb.png)

---

<div class="post-metadata">

### Author: ![ocorbo](https://avatars.discourse-cdn.com/v4/letter/o/ad7895/32.png) [@ocorbo](https://community.thunkable.com/u/ocorbo)
#### Post date: [September 16, 2024, 10:58pm UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906/7 "2024-09-16T22:58:26Z")

</div>

oh yeah it works !!! thanks alot

---

<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: [September 17, 2024, 1:10pm UTC](https://community.thunkable.com/t/solved-only-show-ble-device-with-a-certain-name/3186906/8 "2024-09-17T13:10:27Z")

</div>


