Heudi
(Vikash)
March 3, 2022, 8:00am
#1
I have already searched community but not solved my error.
Issue is that when i call firebase db get tag list and when tag list got i put the value in a label. The value shown is like this:
block is like this:
Why the value contain [“tagname”,“tagname2”] and i have same block in another project where value is getting like this (tagname tagname2)
why the values are different?
dora_paz
(Dora)
March 3, 2022, 8:21am
#2
Different project buckets results in getting different tag list. Also since the query is get tag list returns a list of all tags under that project bucket. If you don’t want to show bruckets you have to use join items using separator list block
Heudi
(Vikash)
March 3, 2022, 8:42am
#3
But i am using same project bucket
Heudi
(Vikash)
March 3, 2022, 8:46am
#4
i want a list like this tagname,tagname2,tagname3 can u tell me blocks
dora_paz
(Dora)
March 3, 2022, 8:48am
#5
In this project, in project settings you have checked Show Lists as Json, uncheck it
After that use
Heudi
(Vikash)
March 3, 2022, 9:13am
#6
Thanks Dora. Only this that cause this error was I turned on Show list as json option in setting.
Thanks again.
1 Like
system
(system)
Closed
April 2, 2022, 9:13am
#7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.