amank3125
(Aman Kumar)
#1
I have taken a ListView Component & FirebaseDB Component. I used Get Tag List when Screen1 Initialize
and when FirebaseDB got Tag List set ListView Elements from String + Get Value.
But the problem is that I am getting all tags in a single line not as a List. Here you can see it.
Please let me know if I’m doing anything wrong in blocks below.
Siddhesh28
(Siddhesh Parab)
#2
Maybe use only Elements instead of Elements from string…
3 Likes
amank3125
(Aman Kumar)
#3
I have used both but getting same results.
Mika
#4
Elements from string works only like:
item, item, item.
2 Likes
Use for each item in list or loop block