
Puerta de Escalamiento
El componente Puerta de Escalamiento enruta inteligentemente los mensajes entrantes según la lógica de escalamiento, permitiendo que los flujos cambien entre re...
Enruta mensajes basándote en comparaciones de texto flexibles, permitiendo ramificaciones inteligentes en tus flujos de trabajo.
Descripción del componente
The Conditional Router is a flow component designed to direct the flow of messages based on customizable text comparison logic. This makes it a powerful tool for branching processes, enabling dynamic decision-making within your AI workflows.
At its core, the Conditional Router examines a piece of input text and compares it against a specified match value. Based on the result of this comparison (using a chosen operator, such as “equals,” “contains,” or “is empty”), the message is routed down one of two possible paths: the True Route or the False Route. This allows your workflow to automatically handle different scenarios based on message content or structure.
The Conditional Router accepts several parameters to configure its behavior:
Input Name | Type | Description | Required | Advanced |
---|---|---|---|---|
Input Text | String | The primary text input for the operation. | No | No |
Match Text | String | The text input to compare against. | No | No |
Operator | String | The operator for comparing the texts (see below). | No | Yes |
Case Sensitive | Boolean | Whether the comparison should be case sensitive. | No | Yes |
Message | String | The message object to pass through on either route. | No | No |
Available Operators:
equals
not equals
contains
starts with
ends with
is empty
is not empty
is_url
is_email
is_number
This wide choice of operators enables sophisticated routing logic, such as matching by substring, checking for empty inputs, or validating the format of a URL/email/number.
The component provides two output paths:
Both outputs are of type “Message,” ensuring compatibility with downstream components in your workflow.
The Conditional Router is especially useful for:
By integrating this component into your workflow, you can build highly responsive and adaptable AI processes that react intelligently to a wide range of input scenarios.
Evalúa el texto de entrada frente a un valor definido utilizando operadores como igual, contiene o está vacío, y envía el mensaje por diferentes rutas según el resultado.
Los operadores incluyen igual, no igual, contiene, empieza con, termina con, está vacío, no está vacío, es_url, es_email y es_número.
Sí, puedes habilitar o deshabilitar la sensibilidad a mayúsculas y minúsculas para tus comparaciones.
Utilízalo para crear ramificaciones lógicas—por ejemplo, enviando a los usuarios a diferentes respuestas o acciones según su entrada, haciendo que tu automatización sea más interactiva y receptiva.
¡Por supuesto! Está diseñado para ser fácil de usar, permitiéndote configurar lógica avanzada de enrutamiento sin necesidad de programar.
Diseña flujos de trabajo más inteligentes y adaptativos con el Enrutador Condicional. Comienza hoy a crear flujos basados en decisiones.
El componente Puerta de Escalamiento enruta inteligentemente los mensajes entrantes según la lógica de escalamiento, permitiendo que los flujos cambien entre re...
El componente Ejecutar Flujo en FlowHunt te permite activar y ejecutar otro flujo dentro de tu flujo actual. Pasa entradas, variables y controla cómo interactúa...
Desbloquea la categorización automatizada de texto en tus flujos de trabajo con el componente de Clasificación de Texto para FlowHunt. Clasifica fácilmente el t...