Architecture of Action Batches
An Execute Action Batch
follows a layered and logical flow that enables complex, nested behavior while keeping execution understandable and modular.
Trigger >> Evaluation >> Send Fields >> Action
Each Action Batch begins with a trigger, which can come from any supported event source such as a touch interaction, sensor event, data change, or time-based logic.
Learn more: Triggers
Once triggered, the batch runs through the following structure:
Evaluation Phase
Conditions are checked to determine whether the batch should proceed.
Send Fields
Data is passed and collected through configured Send Fields, which can be used in downstream evaluations or actions.