How to store a local variable and increment on loop (?)

Hey @brunolnetto, here you go.

Note the starting point is https://api.suasvendas.com/v2/Contato/?pagina=1 and the pagination is done by incremeting pagina with help of the expression {{ $pageCount + 1 }}. The condition for the pagination completion is an empty body returned by the API.

1 Like