Hello friends, I’m trying to make a request to the bubble with some filters. So far I’m managing to perform the GET with the most important filter. It’s working. But I need to get the last item on the list and I’m not getting it.
When I use “outputs[“HTTP request”].resBody.response.results[0].quilometragem”, only the first item of the database comes. And I need the last one.
Remembering that I am HTTP Request in logic, because the filters did not work in the REST API direct integration resource, and I am getting the output of this HTTP Request.
Could someone help me get the last item on the list? or any solution that works?