Populate local datasource table dynamically

Hi,

I came up with this so far

https://x.thunkable.com/projects/650d9b530196d37537ea9c77/f0ee3329-ddd4-4e84-9c4c-92b4374e1dc1/blocks

which extracts a specific row from the JSON response. I just dropped the responses in labels for testing purposes.

You can have a look here for an explanation of parsing the data especially when it is in sub-trees.

Where I am stuck though, is trying to figure out how to return the number of entries under the [data] object so that you can loop through.

@tatiang responded to me in previous post about this, but I cannot get the correct set of blocks put together to return the 1001 result.

I am just a beginner so maybe someone else with more experience than myself can pitch in.

Steve