RulePoint
- RulePoint 6.1.2
- All Products
isblank(item1,[item2],…)
Argument
| Required
Optional
| Description
|
---|---|---|
item1
| Required
| Verifies whether the item is blank.
|
item2,...
| Optional
| Verifies whether the items are blank.
|
when 1 stocktopic s with isblank(s.value) as result then response with body= “${result}"
Event Property Value
| Description
| Result
|
---|---|---|
s.value=""
| Validates whether the value sent to topic property is null.
| true
|