Forum Discussion

alexbjorlig's avatar
alexbjorlig
Helper IV
5 years ago

How to make List.Generate work with cursor based pagination

I'm developing a custom power bi connector consuming a GraphQl API, and my objective is to use the List.Generate to support cursor based pagination. My code is inspired by this Github comment. The co...