Any way to handle pagination in Plasmic for data from REST APIs and Wordpress?

Hi, you should be able to construct the URL or body you want using dynamic values, such as

<https://example.com/api/posts?offset=${start}&limit=10>