

Why this exists: A flow fails. You stare at the run history. Where do you even start? This checklist keeps you from spinning.
For you if: You build or support Power Automate flows and sometimes hit a wall when something breaks.
Ground truth: Built from Troubleshoot a cloud flow, Employ robust error handling, and Troubleshoot cloud flows.
items('For_each') vs items('For_Each') (case matters).| Symptom | Try this first |
|---|---|
| Flow runs but does nothing useful | Check "Configure run after" on actions. Maybe the step is set to run only on failure or skip. |
| Intermittent failures | Add retry where supported. Many connector actions have retry settings (action → ... → Settings). Use Run after for error paths. See Employ robust error handling. |
| "Action failed" with no detail | Check run details in Power Automate, or Power Platform Admin Center (PPAC) → Analytics → Power Automate for tenant-level view. |
| Trigger not firing | Re-check trigger conditions. For "When an item is created," ensure the list/library hasn't changed. |
Part of the Quick Reference Kit from elijah.ai. Built for people who troubleshoot Power Automate flows. All content pulls from Microsoft Learn.