Skip to content

fix(servicenow): forward sysparm_offset in pagination and fix undefined error in _notify_update - #6725

Merged
shahargl merged 2 commits into
keephq:mainfrom
Veydop:fix/servicenow-pagination-offset
Aug 22, 2026
Merged

fix(servicenow): forward sysparm_offset in pagination and fix undefined error in _notify_update#6725
shahargl merged 2 commits into
keephq:mainfrom
Veydop:fix/servicenow-pagination-offset

Conversation

@Veydop

@Veydop Veydop commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Closes #6723

📑 Description

Fixes ServiceNow pagination, which was stuck on page 1 because sysparm_offset was always hardcoded to 0 instead of using the caller's requested offset. Also fixes a NameError in _notify_update's failure path, which referenced an undefined resp instead of response.syntax

✅ Checks

  • [Yes ] My pull request adheres to the code style of this project
  • [ Yes] All the tests have passed

ℹ Additional Information

No breaking changes, no new dependencies.

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. Bug Something isn't working Provider Providers related issues labels Aug 21, 2026
@CLAassistant

CLAassistant commented Aug 21, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@shahargl shahargl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Aug 22, 2026
@shahargl
shahargl merged commit b514e46 into keephq:main Aug 22, 2026
5 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Fantastic work @Veydop! Your very first PR to keep has been merged! 🎉🥳

You've just taken your first step into open-source, and we couldn't be happier to have you onboard. 🙌
If you're feeling adventurous, why not dive into another issue and keep contributing? The community would love to see more from you! 🚀

For any support, feel free to reach out on the community: https://slack.keephq.dev. Happy coding! 👩‍💻👨‍💻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working lgtm This PR has been approved by a maintainer Provider Providers related issues size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[🐛 Bug]: ServiceNow pagination loops with page 1 data and incorrect exception handling in notify_update

3 participants