Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Aditeeraipurkar1
Contributor
Contributor

Pagination-Graphql (Monday.com ) integration with qlik

I am trying to extract data from monday.com from Qlik.I am struggling with pagination.

For eg :It provides 25 records in one go.
{
boards(limit:25,page:1) {
columns {
id
}
}
}

Here I am not getting any field for total count .So I cannot use custom pagination .Kindly help

Labels (3)
0 Replies