How do I paginate from a REST API with Next in Headers?

You can use the built-in functions map and first:

e.g.:

{{ first(map(2.headers; "value"; "name"; "link")) }}

Then, you’ll need to use a Text Parser to extract links from a string variable

For more information, see https://www.make.com/en/help/tools/text-parser


Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

2 Likes