# Flow Get Project Asset Breadcrumb Action

The Flow Get Project Asset Breadcrumb Action node retrieves an asset's breadcrumb trail within a Flow project. The breadcrumb is returned as a JSON array string, where each element follows the `folderName_folderId` format.

For example:

```json
["root_1", "video_11", "export_12", "interview_13", "incoming_14"]
```

**Configurable Settings**

* **IP**\
  The IP address of the Flow server
* **Username**\
  The username for authenticating with the Flow server
* **Password**\
  The password for authenticating with the Flow server
* **Flow Version**\
  The version of the Flow server in use
* **Project id**\
  The Flow project the asset belongs to
* **Asset id**\
  The Flow asset id

{% hint style="success" %}
Please pay close [attention to the information regarding the node refactoring](https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/third-party/editshare-2/editshare-flow-7/..#change-from-version-4.10.0-onwards) introduced in version 4.10.0 onward.&#x20;
{% endhint %}

<figure><img src="https://content.gitbook.com/content/cJYkTyk9qgh7aCR6dHIm/blobs/ppIdj60912DGSr6MfRxu/image.png" alt="" width="345"><figcaption><p>Flow Get Project Asset Breadcrumb Action</p></figcaption></figure>
