hi, really beginner here, just starting with this thunkable.
im using bluetooth scan and i would like to create a list with all the near devices. then parse it to create another list with all the ones that has a certain string in their name and finally only show them. how would i do it ?
As for your question, there are a few areas that need to be corrected.
You have “set app variable app variable BluetoohDevicesNameList” after your scan. There is a dedicated “set variable” block you should use instead. You might have to click on the dropdown and select the variable you want to set.
You need loop through the app variable BluetoothDevicesNameList and if “j” contains “pdstal”, then you do what you need to with “j” as it contains the name you are looking for.