Hey!
I have got a beginner question that I can´t answer. I guess it will be quite obvious, but I am stuck. So sorry for asking
So I am asking my Firebase Realtime Database for the value with the tag "Test".
It delivers: [{KH=5, EW=10, FE=20, Name=Testy}. So a List?
Now I am trying to get the value for "name". I used the "look up in pairs" function, with get(value) as pairs and "name" as key.
It gives me the runtime error:
The operation lookup in pairs cannot accept the arguments: , ["KH"], [{KH=5, EW=10, FE=20, Name=Testy}], ["no info"]
I cant figure out why. Can you please help me?
Sorry for this basic question, I am just starting out and cant figure out where to look.