RulePoint
- RulePoint 6.1.2
- All Products
current(event.property)
Argument
| Required
Optional
| Description
|
---|---|---|
event.property
| Required
| The event property of the latest event.
|
when 3 transactions t with current(t.amount) as result=25 then response with body =”${result}”
Event Property Value
| Description
| Result
|
---|---|---|
amount[2]=15
amount[1]=20
amount[0]=25
| The current event value should be 25.
| 25
|