I’m trying to display the data from a repeat on my page
I am able to show the visitors and rookies but I am not able to show the past winners
In order to show the past winners (among those that have registered first I use a repeat to extract the registered drivers then I use that to filer the historical winners t that track.
If I Open the API action is a browser I can see the data from “Past Winners” but when I try to use it as a repeat in the page I get nothing?
Something is not quite right here.
How are both repeats related? They don’t seem to be related at all. The pastwinners query is inside a repeat in your server action and you have not used this repeat nowhere on the page.
Are you sure you have followed the nested queries tutorial? And are you sure your logic is correct, as it seems wrong to me:
I’ll have to take some time and read this later. I suspected it was due to the nature of the data “levels” but the fact I was seeing it in the output was making me wonder why it didn’t display, hopefully this will explain it. I need some time to review. thanks