HELLO KODERS
I am trying to make an dynamic card view by the following blocks
in this picture I am using a global variable “NAME” in which 3 lists are exist (got value from firebase). But when I test in companion its showing me (3*3) 9 cards. if the length of varible “NAME” is 4 then result was 8 cards
In, When firebase got tag list block, move the add items to the list block out of the for each items to the list and try. Because of this it gives you n*n
And it seems you want to create cardview according to number of tags only and not by firebase tag value
thank you @Rogerio_Rios. and very sorry for this silly mistake. but literally I am trying to find the solution form 4-5 hours. but I can not find my mistake. I know this was a very simple problem but I am a not enough friendly with making apps that is why I cant recognized the problem.