/
How to add condition to a blank or empty field
How to add condition to a blank or empty field
Description
A common scenario is to do something if a field is not set or empty.
Steps
Add a condition with the following characteristics:
Value | Pattern | Exact | Literal | Negative | Notes |
---|---|---|---|---|---|
%variable% | \S+ | either | ![]() | ![]() |
|
, multiple selections available,