
Purpose
Data transfer can be blocked or allowed based on the length of the "check" terminal. If the length is within the specified range, the data can be transferred. Otherwise, the data transfer will be blocked.
Settings
- Length - Specifies the length to check against
- Operation - Specifies which boolean operation to check against: <, ≤, =, ≥, >
Inputs
- check - The text that is to be checked against the selected operation and length
- input - The data that will be passed through if the check is successful
Outputs
- output - Set to input if the check passes, empty string otherwise