Introduction
Imagine you want to automate simple tasks like sending a message when you receive an email or saving form responses automatically. Basic workflows and actions help you set up these automatic steps without writing any code.
Think of a coffee machine that starts brewing when you press a button (trigger). It then grinds the beans, heats the water, and pours coffee (actions). If you want tea instead, you press a different button (condition) to change the process.
┌─────────┐ Trigger ┌───────────┐ Action 1 ┌───────────┐ │ Start │────────────▶│ Receive │────────────▶│ Send │ │ │ │ Email │ │ Message │ └─────────┘ └───────────┘ └───────────┘ │ │ Condition (if email from boss) ▼ ┌───────────┐ │ Save to │ │ Spreadsheet│ └───────────┘