Introduction to Power Automate
Anushika Agarwal
Cloud Data Engineer


$$


formatDateTime(utcNow(), 'dd MMMM yyyy') for a dynamic dateconcat('Dear ', triggerOutputs()?['name'], ',') (dynamic token wrapped in an expression)
| Category | What it does | Key functions |
|---|---|---|
| String | Manipulate and combine text | concat(), toLower(), trim() |
| Date & Time | Work with timestamps and time zones | utcNow(), formatDateTime() |
| Logical | Compare values and evaluate conditions | if(), equals(), greater() |
| Manipulation | Handle missing or null data | coalesce() |
Browse all categories by scrolling the editor, or search by name.

Introduction to Power Automate