A foundational guide to Luklak’s automation logic, detailing the Trigger-Condition-Action model and the execution flows (If/Else, Multi-Path, Branching) that control your rules.
The Trigger is the specific event that starts your automation rule. The automation engine is constantly listening for this event to occur.
Examples: “When a new 🧊 Deal
Object is created,” “When the Status
of a 🧊 Task
is updated to DONE
,” or “Every Monday at 9:00 AM.”
Think of it as: The starting pistol for a race.
Priority
is HIGH
, notify manager. If Type
is BUG
, create Jira ticket.🧊 Objects
. A Branching flow iterates through each found 🧊 Object
and applies the actions to each one individually.