Bravo studio pagination

Options
So I've kind of made the pagination work with bravo studio and xano. The only problem is that I'm only seeing the first page in Bravo vision. The problem could be that I have "page" as key and "1" as value in query parameters. I tried to solve this by also adding page 2. Creating "page=1&page=2" in the end of my endpoint. That also didn't work. I'm only loading the first page. 

Does anyone have a solution to this? 

Comments

  • cam n
    cam n Member
    Options
    Pagination works with one key value pair. 

    You may want to explore adding a dynamic value for the page number and then loop through all the results, whereupon iterating through the list of results, the page number then increments.