Filtering Get Pending Access Requests action isn't working in Workflows

The documentation mentions this:

It points to Standard Collection Parameters, and in there it mentions the following filter option: created gt 2018-12-18T23:05:55Z
I tried this in the workflow, but it gives an error.

This is preventing us to get all pending access requests that was created within a given interval, to perform actions on them. As a consequence we would now need to iterate over ALL pending access requests in our workflow, to check if the created value is within the desired interval, which takes a lot more computation within SailPoint.

Please fix this behavior such that we can use it as documented.

Kind regards,
Angelo

Hi Angelo! Thank you for your feedback. I’m going to move your comment to the Bugs category for greater help from the community.

Thanks!

1 Like

Thanks for your patience, Angelo. I spoke with a developer and we’ll be updating the docs to reflect the correct behavior (SAASDOCS-8315). In the meantime, you can use the syntax in the Standard Collection Parameters doc, but filter your requests using the fields in Pending Access Request Approvals List. Thank you for helping improve the docs!

2 posts were split to a new topic: Add “created” filter to List Pending Approvals

Thanks, Angelo, for helping us improve our documentation. Based on your feedback, we’ve updated the docs for the Get Pending Access Requests action.

3 Likes

Awesome, thank you! Clever way of documenting such that it does not need an update when the created filter will be supported. Only the API documentation would need the update then :grin:

2 Likes