Bridge and Get Sharepoint List Items - No pagination?

I'm trying out Bridge's Sharepoint module to get items from a Sharepoint list. The response from Sharepoint only returns a maximum of 200 items.
And the issue is that there doesn't seem to be ANY information in the response about Number of items or pagination.
So… really unsure how this is useful for more than 200 items :)
Seems it will just have to be an API call or am I missing something with this Sharepoint module in Bridge? I do miss obvious settings from time to time. I've looked several times but see nothing about pagination however…
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
Best Answers
-
Hey @Darren Mullen, I think that your assessment is completely accurate.
In this thread Genevieve points out the same limitation, so you might need to perform the API call directly rather than using the SharePoint module.
Here's a link to the SharePoint API documentation for using the $skiptoken to fetch paginated list items:
Hope this helps!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com) (LinkedIn)
SSFeatures makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: — Auto Sorting — Sorting with Filters — Report PDF Generation — Copy and Paste Conditional Formats — Copy and Paste Automation Workflows — Column Manager — and so many more.
-
@SSFeatures appreciated, yes I found that same post from @Genevieve P. .
Thank you for the link, that will help should I go with the API call route. Instead of going down that rabbit hole, I found the Power Automate handles the pagination just fine, so I'll plan on using that should the client be amenable to using Power Automate instead of Bridge because it will be more of a pain to deal with Sharepoint API credentials in Bridge instead of using Power Automate :)
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
Answers
-
Hey @Darren Mullen, I think that your assessment is completely accurate.
In this thread Genevieve points out the same limitation, so you might need to perform the API call directly rather than using the SharePoint module.
Here's a link to the SharePoint API documentation for using the $skiptoken to fetch paginated list items:
Hope this helps!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com) (LinkedIn)
SSFeatures makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: — Auto Sorting — Sorting with Filters — Report PDF Generation — Copy and Paste Conditional Formats — Copy and Paste Automation Workflows — Column Manager — and so many more.
-
@SSFeatures appreciated, yes I found that same post from @Genevieve P. .
Thank you for the link, that will help should I go with the API call route. Instead of going down that rabbit hole, I found the Power Automate handles the pagination just fine, so I'll plan on using that should the client be amenable to using Power Automate instead of Bridge because it will be more of a pain to deal with Sharepoint API credentials in Bridge instead of using Power Automate :)
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
-
Oh yea that's a great idea! It makes sense that Power Automate gracefully handles that API call with pagination.
Thanks for explaining that option, so that other people can find it in the future!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com) (LinkedIn)
SSFeatures makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: — Auto Sorting — Sorting with Filters — Report PDF Generation — Copy and Paste Conditional Formats — Copy and Paste Automation Workflows — Column Manager — and so many more.