Fetch Object List
Fetch instances of a data type.
Description
Gets a list of all the instances of a given data type. It is a shorthand for Query Instances Of
followed by Execute Query
.
The list is refreshed every time the control flow is triggered. If you need continuous updates, consider using Get Object List
instead.
If other data types inherit from the selected, instances of those data types are returned as well (for example: asking for Vehicle
will include Car
and Truck
)
Inputs
- Control Flow (Control Flow)
- data type (Type): The type of instances to be retrieved from the database.
Outputs
- Control Flow (Control Flow)
- objects list (Query Result): The non-ordered list of all the instances of the given data type and its extensions.
- Error Flow (Error Flow): Thrown if the query does not succeed.