Skip to content

Document Query#

The Document Query node retrieves multiple documents from the Document Center based on search and filter criteria.

Settings#

  • Search: A text search query to find documents by name or content
  • Filters: Filter conditions to narrow down the results
  • Sort: Define the sort order of the results
  • Limit: Maximum number of documents to return

Output#

The retrieved documents are available as flow variables. The flow will loop over each returned document, making its properties available for use in subsequent nodes.

Tips#

This node works well in combination with Object Update nodes to attach queried documents to Business Objects, or with Table Generation to create document lists in templates.

See Flow Designer