Not Empty
The Not Empty block allows an input to be evaluated to determine if it contains content or not.
This can be linked to the output of HTTP or JSON Parser to determine if the packet payload is empty or not.
Based on the outcome, the incoming string gets sent to either the True and False output for further processing.
Inputs
- Input – Payload / Fixed Value / String Defined / Live Input
Outputs
-
True – If the Operator evaluation is true, the input to the node is passed to the true output.
-
False – If the Operator evaluation is false, the input to the node is passed to the false output.