From c29682b7f3eb095a9ef6233ba7277e373fd3c3b9 Mon Sep 17 00:00:00 2001 From: colin-mckibben-sp Date: Thu, 3 Nov 2022 10:45:48 -0400 Subject: [PATCH] Fixed for issue #93 --- .../identity-now/event-triggers/filtering-events.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/products/idn/docs/identity-now/event-triggers/filtering-events.md b/products/idn/docs/identity-now/event-triggers/filtering-events.md index 757ef3df9..a8262abf1 100644 --- a/products/idn/docs/identity-now/event-triggers/filtering-events.md +++ b/products/idn/docs/identity-now/event-triggers/filtering-events.md @@ -43,8 +43,15 @@ matching your filter criteria. ## Constructing a Filter -Filters are constructed using a -[Goessner JSONpath expression](https://goessner.net/articles/JsonPath/). +Event trigger filters are constructed using a **Jayway** JSONpath expression. See the following tables for a list of operators that can be used in a trigger filter. + +:::info Update + +SailPont's Workflow tool uses **Goessner** JSONpath when selecting variables to use in actions and operators. Please read the [Goessner](https://goessner.net/articles/JsonPath/) documentation to learn more about the supported operators. + +Although variable selection in Workflows users Goessner, the trigger filter field in Workflows still follows the Jayway operators listed below. + +::: ### Expressions