Hey there,
I'm using an external API to scrape comments on LinkedIn posts
The API returns the 50 first comments
If there are more comments, then the API says there are "5 pages"
When there are 5 pages, i have to loop the scraper 5 times with the pagination token
What's the best way to organize this "loop" stuff in a clay table ?
I need to make it dynamic, if 3 pages, then 3 loops, if 35, then 35 etc
Thanks for your help