Hey ya’ll.
I’m trying to extract data from a Binance API, and the response comes back without Array names or object names.
I’m using the data to chart our open, high, low, close of each time series. How do indicate what object # I want to extract?
I thought maybe :item # function would do that, but I believe that only deals with the first array? I also tried :groupby but Bubble doesn’t seem to categorize array without object IDs, or names.