How can I get all the keys used in dictionary in listform?

Using get all keys block in dictionary gives me the result in a single line and want to get the keys in the form of list , all the keys as a element of list.

I think you have misprinted it. It returns a list of all keys.
Here you can read the docs.

https://docs.kodular.io/blocks/dictionaries/#get-keys

1 Like

I am using this block in tag of store value block of database and it stores all the keys as a single tag in database and all the values as a single value.

Post a screenshot of how data is stored in firebase

It will. If you want to store all the keys as a specific tag then you need to store each key with seperate StoreValue block or use loop.

but keys and values to store are different always

You can use loop then this way

blocks(5)

1 Like

I just forgot this block, Thanks man

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