Skip to main content

Flow AI

The Flow AI tab gives you an AI-powered assistant that understands the current flow and can answer questions about it in plain English.

Overview

When you open the Flow AI tab, Brobench sends the flow metadata to Claude (Anthropic) acting as an expert Salesforce Flow analyst. It immediately produces an initial summary covering:

  • What the flow does and when it runs
  • Key decision branches and their outcomes
  • DML operations and the objects they affect
  • Action calls and integrations involved
  • Any potential issues or complexity worth noting

Asking Follow-up Questions

After the initial analysis you can type any question about the flow in the chat input. Examples:

  • "What happens when the status is set to Closed?"
  • "Which fields are updated by this flow?"
  • "Does this flow call any Apex actions?"
  • "Summarise the decision logic in simple terms."

The assistant has full access to the flow metadata for the duration of the session, so answers are grounded in the actual flow definition rather than generic Salesforce knowledge.

Tips

  • The initial summary is generated automatically — no prompt needed.
  • Follow-up questions are answered in the context of the same flow, so you can drill down progressively.
  • If the flow is complex, ask the assistant to focus on a specific element by its label or API name.