For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

["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

Flow Get Project Asset Breadcrumb Action