In Make
- Open the workflow
- On the left, click "Execution History"
- You see a list of every run: timestamp, status (success/failed), how many operations ran
- Click any execution to see details
- You see each module and what happened:
- Input data (what the module received)
- Output data (what the module produced)
- Any error message
Reading an error: If a module failed, click it. You'll see a red error message. Read it carefully. It often tells you exactly what went wrong.