For the complete documentation index, see llms.txt. This page is also available as Markdown.

Implementing Logic in Flows

Adding logic to your flows in Equipme allows you to create smarter, more adaptable processes that can respond dynamically to different situations. By integrating conditional logic and decision-making components, you can guide your flows to follow specific paths based on the data they receive or conditions that arise during execution.

Why Implement Logic in Flows?

Implementing logic makes your flows flexible and intelligent, helping them react to varying inputs, decisions, or user actions. This is particularly useful for automating processes where different scenarios require different outcomes.

How to Add and Configure a Filter

Add the Filter Component Start by dragging the Filter component from the left panel onto your flow canvas. The Filter component serves as a gatekeeper, allowing messages to pass through only if they meet certain criteria.

Open the Filter Settings Once the Filter component is on your canvas, click on it to open the settings panel. Here, you’ll see a range of filtering options that allow you to specify the conditions for messages to pass through.

Receiving Alerts for MacBook Pro Orders

In our example, we want to receive an email notification each time an order for a MacBook Pro is placed. To accomplish this, we’ll use the Contains - Text filter to check if the incoming order includes "MacBook Pro" in its details.

Last updated

Was this helpful?