Conditional helps your workflow make decisions automatically.
Instead of sending every input through the same process, you can define a condition and let Fluidfit route each item down the appropriate path. If the condition is met, the item follows the True path. If not, it follows the False path.
This makes it easy to build smarter workflows that adapt to the content they're processing.
What is Conditional?
The Conditional tool evaluates an input against a prompt-based condition and automatically routes the result.
Each item can follow one of two paths:
True – The condition is met
False – The condition is not met
This allows different inputs to be processed differently within the same workflow.
How to use Conditional
Step 1: Add a Conditional node
Drag the Conditional tool onto your canvas and connect the input you want to evaluate.
Step 2: Define your condition
Enter a prompt describing what should be checked.
Example:
Is there a human in the image?
Does the image contain a product?
The condition should be clear and specific.
Step 3: Connect your True and False paths
Connect tools to the True and False outputs.
For example:
True Path
Add text to images containing people
Edit the image to remove human from the input
False Path
Remove backgrounds
Route to alternative processing steps
When the flow runs, Fluidfit automatically chooses the correct path for each input.
Perfect for batch processing
Conditional becomes especially powerful when processing multiple files.
Instead of manually sorting content, you can upload a batch of images and let the workflow decide what happens to each one.
For example:
Images containing people → Add Text workflow
Images without people → Remove Background workflow
Each image is evaluated independently and routed automatically.
Common use cases
Conditional works well for:
Product detection workflows
Content moderation
Quality control checks
Automated approval workflows
Bulk media processing
Why use Conditional?
Without Conditional, you'd need separate workflows or manual review to decide what happens next.
Conditional brings decision-making directly into your flow, helping you:
Automate repetitive decisions
Reduce manual sorting
Process large batches more efficiently
Build smarter workflows that adapt automatically
Summary
Conditional allows your workflows to make decisions and route content automatically based on the conditions you define.
Whether you're processing a single file or an entire batch, Conditional helps ensure every input follows the path that's right for it.


