I watched the youtube tutorial and read some doc about API collection item but can’t find my answer.
I have a rather big API response with a long tree of list of result etc… I simply want to test it out by creating a dynamic table that would take 4/5 informations per lines and keep creating lines for every item in my API result. Don’t know if it make sens.
items it’s an array. You can use it anywhere you would bind an array, like a collection list, and create the ui that will show the data of the repeated items.