Page Number as a formula in API Request

Hi,

I’m trying to have pagination working in my Rest API calls.
But my API has a pagination starting at page 0.

Is there any way to use formula in Query Parameter, so I can set " {{paging.page}}-1 " ?
I also tried to set an input value in the query based on the current page displayed by the Table, but I couldn’t manage to retrieve the Current page value of a component.

Thanks !

Hey Nicolas,

Sure, here is the example: {{paging.page-1}}