5
Topic: SmartSheet's Copilot connector
Current scenario: Copilot's connector cannot retrieve paginated data, while SmartSheet's API transfers all paginated data. When retrieved the paginated data are heavily omitted, leading to Copilot giving partial results for every quesiton.
Suggestion: implement page tokens into our GET requests, for example:
GET /sheets?pageSize=100&page=2
GET /sheets?pageSize=100&page=3
This ensures Copilot retrieves all the data and gives expected answers.
STATUS DETAILS
New
