Hello. I previously asked help on one thing of my app without being specific, so I’ll try to explain myself better.
My database is organized in this way:
and I want to get 2020-2-3 and 2020-2-11 TagList. So in mit app inventor I did this:
With FirebaseDB2 I got the first TagList(2020-2-3, 2020-2-11) and put them in a list. I had to set every item in the list to Project Bucket to get their TagList and put them into one single list, so I made a loop. The problem is that it doesn’t work. I made some testing and changed some things, but the problem is still there. Maybe I need to use another procedure to set an item list as Project Bucket?