I’ve been trying to get the answer to this for months with no help. Appgyver has this crazy thing where we cannot query realtime database records as anything but an array, so I have to get the entire array as a single record. Now, I cannot use the data variable in a repeater list because it is not an array, so I made a page variable list of objects and need to go through the absurd process of changing it back to an array in order to use it in a repeater list.
Though it has all the SAME key names, it will not simply allow me to bind the data variable as the value.
Has anyone been able to come up with one of the “workarounds” which seem to be so necessary in every step of development with appgyver?