Object Get#
The Object Get node retrieves a single Business Object from the database by its ID.
Settings#
- Business Model: The Business Model to retrieve the object from
- Object ID: The ID of the specific object to retrieve — typically set using a flow variable
- Include trash: If checked, also searches for soft-deleted objects
Output#
Adding this node to a Flow makes all properties of the retrieved Business Object available as flow variables for use in subsequent nodes.
Tips#
Use the Object Query node instead if you need to find objects based on filter criteria rather than a known ID.
See Flow Designer