How to condition on a field being blank or empty
Description
A common scenario is to do something if a field is not set or empty.
Steps
Add a condition with the following characteristics:
%variable% | \S+ | either |
|
A common scenario is to do something if a field is not set or empty.
Add a condition with the following characteristics:
%variable% | \S+ | either |
|