The operation select list item cannot accept the arguments (data from firebase DB)

I don't know what did I miss,
image
I want to select the list from dictionary here that I get from my firebase db.


image
image
image
image

to confirm whether it is as a list or not use length of the list in a label and catch the result..

This is my solution.
image
Is there another way to convert string to list?

Did you store the items in fb as list or not?

thats what i said use split text at block

Yes, i sstore it as list
image

1 Like

why do you making two times the list, use only make a list and try

EDIT

you changed the blocks.. hmmmm well. be wait

1 Like

I tried like this and got result perfectly as a list

I do not know your fb structure also why do you use dictionary mode?

1 Like

Thank you so much
I already solve it.

1 Like

Again, probably a lot easier:

1 Like

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