Forum Discussion
Violet_GA
3 years agoFrequent Visitor
List.Generate cursor pagination using created.gte Stripe parameter
Hi All, I am trying to fetch charges records from Stripe API using their coursor paginator parameter created.gte, which would source all charges after or on certain created date. For this I am ...
LearnPowerBI01
2 years agoFrequent Visitor
Hello, just wondering if you were able to resolve this? I have a similar requirement where I need to paginate based on last updated_at DateTime value, while calling an api. The api has a limit of 100 records per call, and I'm unable to figure out how to pass the last record's updated_at to the next call in the iteration, so not able to loop through all the records. Any help is appreciated