A solution to resolve this issue is to create two paths in the escalation policy with the Count property applied to the filter
-
The filter on the first path has count = 1 and will trigger on the first occurrence.
-
The filter on the second path has count range <2-1000> and will trigger on each of the other occurrences.
Another solution to resolve this issue is to create an escalation policy where the filter has two pages (tabs denoted by OR) with the
Count property applied to the filter :
-
The filter on the first page has Count == 1 and the will cause the escalation policy to trigger on the first occurrence.
-
The filter on the second page has Count == <2-xxx> and will trigger on each of the subsequent notifications up to xxx renotifications. XXX needs to be defined.