%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#f5f5f5', 'primaryBorderColor': '#333', 'lineColor': '#333', 'primaryTextColor': '#333'}}}%%
flowchart LR
A["Run analysis"] --> B["Copy to Excel"]
B --> C["Format table"]
C --> D["Paste into Word"]
D --> E{"Feedback"}
E -->|"Change"| A

