ed727
10
I’ve been exploring this method of returning data, and what I was thinking of doing is having a “show more” button in the results list that the user sees. The show more button would then grab the next 50 results. I would need to build into the workflow the item # to start with, and that number would get passed as a parameter in the request.
I’m curious though – what are you gaining by grabbing data in this way, rather than just the normal way? (In my case, I am exploring it as a way to get Bubble to run an advanced filter server side).