Intermediate #workflow-automation #trigger #action #connector #Power-Automate

Workflow Automation Vocabulary

5 exercises — master the vocabulary of workflow automation: triggers, connectors, conditions, human-in-the-loop approvals, error handling, and idempotency.

0 / 5 completed
Workflow automation vocabulary quick reference
  • Trigger — the event that starts a flow; types: event, scheduled, manual, webhook
  • Action — a step that performs an operation (send email, create record, call API)
  • Connector — a pre-built integration wrapper for a specific service, handling auth and API calls
  • Condition — an if/else branching control based on a boolean expression
  • Human-in-the-loop — a workflow pause waiting for a human decision (approval step)
  • Error handler — a scope that executes when a step fails; captures and notifies on errors
  • Idempotent — produces the same result regardless of how many times it runs with the same input
1 / 5

A business analyst is designing a Power Automate flow. They ask: "What exactly is a trigger, and what are the main types I need to know?"