> For the complete documentation index, see [llms.txt](https://docs.ins-pi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ins-pi.com/freelucy/views-in-depth/flow.md).

# Flow view

Flow lays your relationships out in two columns: upstream on one side, downstream on the other, with your primary element between them. It is the fastest view for working through long relationship lists and for precise add, remap, and remove actions.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-flow-overview.png`** Flow view: the central record card between populated upstream and downstream columns.
{% endhint %}

## The record card

The card in the center shows your primary element: its icon, name, table, class, and description. **Open form** opens the ServiceNow record in a new tab.

## The columns

Each column lists the relationships on that side, and each gives you tools to manage a long list:

* **Search** across name, table, and class.
* **Filter** by relationship type.
* **Group** by None, Type, or Class, with collapsible groups.

## Work with a row

Each relationship is a row. Its overflow menu gives you everything you need:

* **Jump to record** to recenter the editor on it.
* **Open form** in ServiceNow.
* **Move to opposite side** to remap it upstream or downstream.
* **Change relationship type.**
* **Undo** a staged change on that row.

## How staged edits look

Flow makes staged edits easy to read at a glance:

* A **staged add** shows a green accent and a plus badge.
* A **staged removal** shows a strikethrough, with an **Undo** action on the row.

{% hint style="warning" %}
🖼️ **Screenshot needed — `v26-flow-pending.png`** A column showing both a staged add (green, plus badge) and a staged removal (strikethrough with Undo).
{% endhint %}

## Add records

Drag a record from the [Data Hub](/freelucy/work-in-the-app/data-hub.md) into the upstream or downstream column, or use a record's **Add to Upstream** or **Add to Downstream** action. For keyboard users, an **Add** button in each column opens the Data Hub.

***

## What's next

* [List view](/freelucy/views-in-depth/list.md)
* [Create a relationship](/freelucy/work-in-the-app/create-relationship.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ins-pi.com/freelucy/views-in-depth/flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
