diff --git a/ServiceNow/config/main.json b/ServiceNow/config/main.json index a07abd1..913ecf0 100644 --- a/ServiceNow/config/main.json +++ b/ServiceNow/config/main.json @@ -189,7 +189,7 @@ }, { "Name": "-endswith", - "QueryOperator": "%", + "QueryOperator": "ENDSWITH", "Description": "field ends with the value", "NumValues": 1 }, @@ -200,4 +200,4 @@ "NumValues": 2 } ] -} \ No newline at end of file +}