How to get value from date tag

Hello kodders. I’m newbie for this app builder.

I want to ask, how to get value from selected tag.

Here my database and block, thank you for helping me.

See, under the date you have multiple tags. So better again try to call taglist

Once got tag list,

Initialise one global variable with list

For each item in the get value
Call the firebase tag value (get item)
Set the global list to create empty list

Once again firebase got value
Add the get values into the global list(using add items to the list)

Then set the list view elements with this global list

else try like this (after adding all the rules)

image

do you mean like this ?

this is my firebase database
firebase

but the result like this
apss

it’s call all tags on my date, not selected date.

Thanks for replying

Try like this

image

1 Like

It Works. Thank you very much…

but i have last question,

how i removed [ , " and , on my list view?

Just drag this image into your project

You will be getting output like this

Date structure

1 Like

Thank you it’s really usefull.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.