Skip to content

Object Query#

The Object Query node retrieves multiple Business Objects from the database based on filter criteria.

Settings#

  • Business Model: The Business Model to query objects from
  • Filters: One or more filter conditions to narrow down the results (e.g. status equals "Open"). Each filter compares a property against a value or variable.
  • Ignore empty filters: If checked, filters with empty values are skipped rather than treated as conditions
  • Sort: Define the sort order of the results
  • Limit: Maximum number of objects to return
  • Include trash: If checked, also includes soft-deleted objects

Output#

Adding this node makes all properties of the queried Business Objects available as flow variables. The flow will loop over each returned object, executing subsequent nodes once per object.

Tips#

This node works well in combination with Object Update and Calculation nodes to process multiple objects in a loop.

See Flow Designer