> ## Documentation Index
> Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I find which flows write to a specific destination?

> There's no built-in search by output table, Google Sheet, or endpoint yet — here's the current workaround and how to request the feature.

If you need to know which flows write to a specific destination — a Parabola table name, a Google Sheet, an API endpoint, a filename — there's currently no built-in way to search flows by their output. The [flows page search](/docs/product/canvas/organizing-flows#searching-for-flows) matches on flow title, folder title, and trigger address, but not on destination or output step configuration.

## Current workaround

Until destination search exists, you'll need to check flows individually:

<Steps>
  <Step title="Narrow the list first">
    Use folders and filters on your [flows page](https://parabola.io/app/flows) to shrink the set of flows you need to check — for example, filter to flows owned by the team most likely to own this destination, or flows with recent runs.
  </Step>

  <Step title="Open each candidate flow">
    Check the final output step(s) on the canvas (Send to Parabola Table, Send to Google Sheets, Send to an API, Generate CSV file, etc.) to see what it writes to.
  </Step>

  <Step title="Use cards and descriptions to speed this up next time">
    If you maintain flows that write to shared destinations (like a specific Parabola table or GL export), name the output step's card after the destination, or add it to the flow's description — see [Managing your flow](/docs/product/canvas/managing-a-flow#adding-a-description-to-your-flow). This makes future searches by flow title actually work.
  </Step>
</Steps>

## Want this built in?

This is a known feature gap — search by output destination (table, sheet, filename, or endpoint) is a request we've heard from multiple teams. If this would help you, email [help@parabola.io](mailto:help@parabola.io) to add your team to the request; product prioritization is informed by how many teams ask for it.

## Related

* [Organizing flows](/docs/product/canvas/organizing-flows) — search and filter flows
* [Parabola tables](/docs/product/integration/table) — shared destinations across flows
* [Managing your flow](/docs/product/canvas/managing-a-flow) — naming and describing flows and cards
