Skip to main content

Object Browser

The Object Browser is where you work with actual data — the individual records that populate your Schema. Each Object Type gets its own table view, with columns for every Attribute you have defined. Open a Schema → click the Browse tab. The left sidebar lists all Object Types. Select one to see its objects in the main table.

Creating objects

Click + New Object in the top bar:
  1. Fill in the required attributes (marked with *)
  2. Fill in optional attributes
  3. Link related objects via Relation fields — a picker shows existing objects of the target type
  4. Click Create
The new object appears in the table immediately.

Filtering

Use the Filters button above the table to add attribute filters:
  • Text: contains, equals, starts with
  • Number: =, >, <, between
  • Date: is, before, after, this week/month
  • Select: is any of
  • Boolean: is true/false
Multiple filters are combined with AND logic. Save filter combinations as Saved Views using the star icon.

Sorting

Click any column header to sort by that attribute. Shift+click to add a secondary sort.

Bulk actions

Select multiple objects using the row checkboxes:
  • Delete selected
  • Export to CSV
  • Bulk update a shared attribute across selected objects

Object detail view

Click any row to open the object’s full detail view:
  • All attributes in an editable form
  • Related objects — objects connected via Relations, navigable from here
  • Change history — full audit log of every field change with timestamp and user
  • Comments — internal notes on this object

Export

Click Export → CSV above the table to download all objects of the current type as a CSV. The export respects active filters.