Due to the limit in the DB connector of 200 items, I am looking to see how to implement some sort of looping mechanism to fetch more than that and display in apexcharts. Will happily pay for consulting help on this!
What is DB connector? Are you talking about 200 rows limit bin bubble free plan?
The free advice id give is to make a repeating group on the page (empty)
Do the api call and add data to that group
(First 200 data)
Do the api call and add data to that group
(Next 200 data)
……
So the idea is to “load up” the client with a lot of data in a repeating group, then you can use that RG for charts and so forth
Get around it? You can’t have more than 200 objects is all, isn’t it? It’s a hard limit I thought
Ah I see, and the repeating group is invisible essentially? Makes sense.
This topic was automatically closed after 70 days. New replies are no longer allowed.