"Blue T-shirt", "SKU-001", or even blank text "". A number stored as a number (like 42 rather than "42"), a true/false value, or a list does not match. This condition has no settings: it looks at whatever value it is given and reports whether that value is text.
Fields
This condition has no settings of its own.Sample data
This checks each entity’svalue field.
| Incoming value | Result |
|---|---|
"hello" (text) | Matches |
"42" (a number written as text) | Matches |
"19.99" (a decimal written as text) | Matches |
42 (a number) | Does not match |
true (an on/off value) | Does not match |
null (no value) | Does not match |
["a", "b", "c"] (a list) | Does not match |
"42" matches, while the same value stored as a plain number 42 does not.