Skip to content

ProjectWise - Get Files By Folder ​

Returns a list of all documents in a specified ProjectWise folder, with an option to include documents from all subfolders.

Purpose ​

Use this task to retrieve the contents of a folder as a list — for example, to process or report on every document in a specific project area. Combine with a Loop node to handle each document individually.

Service Account ​

Requires a Bentley ProjectWise service account.

Inputs ​

FieldTypeRequiredDescription
Folder IdentifierTextYesThe folder GUID or WSG path for the folder to list.
Include SubfoldersBooleanNoWhen set to true, documents from all nested subfolders are included in the results. Defaults to false.

Outputs ​

NameDescription
DocumentsA list of PWInstance document objects found in the folder. Each item contains the document's WSG properties such as Name, UpdateTime, and any custom attributes.

Tentech