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.
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!
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