mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Merge pull request #289 from sailpoint-oss/colin-mckibben-sp-patch-1
Update filtering-events.md
This commit is contained in:
@@ -49,6 +49,7 @@ Functions can be invoked at the tail end of a path - the input to a function is
|
||||
| Function | Description | Output type | Example |
|
||||
| --- | --- | --- | --- |
|
||||
| length() | Provides the length of an array | Integer | $[?($.changes.length() >= 3)] |
|
||||
| concat() | Concatenates two or more paths into a single string value | String | $.concat($.identity.attributes.firstname," ",$.identity.attributes.lastname) |
|
||||
|
||||
### Operators
|
||||
|
||||
|
||||
Reference in New Issue
Block a user