Condition
Filter values base on a specific condition or ask AI to filter it for you.
The Condition
module is a logic module that can Filter values based on a specific condition or ask AI to filter it for you. This module is particularly useful when removing content from a list that fits a certain condition.
The Condition
module has one input and one output:
- Input:
Variable Inputs
, receives any number of inputs - Output: A composed message for when a certain condition is
True
orFalse
In this module, you two Configurations
:
, If
- AI Condition: This allows you to use AI to separate elements that meet a given condition, or not. All you have to do is describe the condition that you want to be true,
E.g. value has at least two words.
- Value Type: This allows you to select the type of value you are passing to the condition, whether it is
Number
orText
, and apply specific conditions to each type.