Flows/Utilities

Utilities

Utilities add logic and flow control to your automations. Use them to create branches, loops, filters, and more complex workflows.

Flow Control

Control the execution path of your flow based on conditions and logic.

Iterators & Aggregators

Process arrays item by item, then collect results back together.

Data Processing

Transform, store, and manipulate data as it flows through your automation.

Webhook Utilities

Respond to webhook triggers and wait for external callbacks.

Common Patterns

Process Multiple Items

Split an array, process each item, then collect results.

IteratorProcessAggregator

Conditional Processing

Take different actions based on conditions.

IF
TrueFalse

API Integration

Receive data, process it, and respond.

WebhookProcessResponse
Utilities - Flows Guide - Serenities