Export and share findings

After an audit, the Flow Auditor’s findings grid has an Export menu with five formats and a Copy button for single findings. Pick the format that matches the consumer: machines, spreadsheets, tickets, or people reading in a browser.

Export findings to a file

  1. Run an audit; see Running an audit.
  2. Above the findings grid, click Export and pick a format: JSON (.json), CSV (.csv), Markdown (.md), HTML (.html), or Excel (.xls).
  3. In the Save-As dialog, choose a folder. The file is pre-named PowerToolBox-Findings-yyyyMMdd-HHmm with the right extension; keep or change the name and save.

The export always contains every finding from the current scan, not only the rows left visible by filters. Each export is recorded in the audit log with its format and destination.

Pick a format

FormatBest forNotes
JSONMachines and other systemsFull detail per finding: finding and rule IDs, severity, category, flow, environment, description, remediation, confidence, and detection time in ISO 8601.
CSVSpreadsheet triageOne quoted row per finding; opens in Excel or any CSV reader.
Excel (.xls)People who work in ExcelA SpreadsheetML file that Excel opens directly, with one Findings worksheet.
MarkdownTickets, wikis, pull requestsA summary table plus a detailed section per finding.
HTMLSharing with peopleA standalone styled page with severity badges; no tools needed to read it.

Copy a single finding

  1. Select a row in the findings grid.
  2. Click Copy.

The clipboard now holds plain text with the finding’s title, severity, rule ID, description, and remediation, ready to paste into a ticket, email, or chat message.

Last updated: July 27, 2026