Dictionary Get Value For Key Problem

This is the first time I encountered such a problem. Where did I go wrong?

dictionary_problem.aia (10.0 KB)

Remove the Buble sort extension block, and try. Because extensions output mostly won’t be a list. That’s the problem

Even you no need to reverse it too. Just add the list variable alone and try.

For each items to the list -get keys -get global users

Alone use

yes it is solved but I can read the elements in the loop. It’s just a dictionary problem. I don `t get it.

You are using twice the same key

Not a dictionary problem, i repeat this is extension output problem . Most of the extensions out out won’t be a list, instead it will be an array or element or string. That’s the thing

1 Like

I know. i was just experimenting for user ranking (leaderboard)

1 Like

i fixed,
the extension returns List (Double)
i converted items to integer with “format as decimal number (places 0)”

1 Like

It works this way

image

1 Like

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