Can anyone help me. I’m trying to populate a list of item, but instead of using the node name of the item (bShout for example), I’d like to grab the value of the “name” property and use that. Can anyone help with with this please?
No es necesario que inicialices una variable en la aplicación, directamente en el bloque insert in list, cambia la variable abril, por el bloque del tipo variable “cloud” unido a un bloque del tipo texto que contenga la palabra Abilities…
entiendes? y no es necesario el bloque Get realtime, quitalo… y prueba si funciona…
for each item j in list : get object properties of Cloud Abilities
in list APP something ~~~~ as get property name of object j “of” object cloud abilities
(and remove realtime-get)
becuz “j” is just a word not meaning the exact value in the firebase
and i dont know why you used cloud abilities there, if it succeed like that way, then it will be added in firebase
Thank you so very much, saramdl.gaunde021. That worked!
Question for you, in your example you used “_tempList”, but it’s not of a variable type. In my mine, I made an app variable; “app _tempList”. I’ve looked through the help, but I don’t see how to make an unscoped variable. How, if you don’t mind me asking, did you do that one?
Functions. They are scoped. They’re scoped to the function they come from if used in the function. They’re scoped to the page if used out of the function. They don’t work across screens.