Hi all, ![]()
I found a bug in the Web Services SaaS connector, which (at least in our case) shows up, if you have pagination steps starting with the line: TERMINATE_IF $RECORDS_COUNT$ < $limit$, it would only return the first 250 results (or first 249 if you have chosen a different limit). If you then remove this line, it would get all pages, but would then not stop pagination when reaching the end since this logic is missing, which would then result in a runtime error.
This is not matching the expected behavior documented here: Configure Paging
Since our APIs allow us to stop pagination in a different way, we found a workaround that is just as elegant, and since to my experience, reporting a bug through SailPoint Support can lead to a lot of back and forth before it gets accepted as bug, which requires a lot of time from our side, I decided not to create a ticket for this bug. If some other person stumbles upon the same bug, feel free to point to this post as evidence that others experience the same issue, which hopefully result in a faster mitigation of the issue.
Kind regards,
Angelo