The Table Editor allows the user to view and edit a Tulip Table as well as view, create, edit, and deactivate its fields and records.
Tulip Tables are database tables that can be used in apps to provide real-time synchronized access to records. Changes to records through apps, the Table Editor, or any other interface are immediately propagated to all connected clients.
The contents of a Tulip Table can be exported from the Table Editor in the form of a CSV file containing rows for each record.
Tulip Table
Edit
- A user can edit the name and description of a Tulip Table by selecting the "Edit Table Info" option in the overflow menu of the subheader, “...”.
- A user can edit the fields and records of a table from this page.
View
- A user can view the name of a Tulip Table in the subheader in the top left of the page.
- A user can view the description of a Tulip Table by clicking on a button with an "i" icon to the right of the table name.
- A user can view the fields and records of a Tulip table in the body of the page.
Table Field
Create
- A user can create table fields by clicking the plus ("+") icon at the top of the main table view, to the right of any existing fields. A menu opens that allows the user to specify the new field's data type and label.
- A user can create a field in a different Table by creating a Linked Record field. After pressing the "+" icon to create a new field, the user can select "Linked Record" and then will be allowed to choose the same Table or a separate table, and then create a new field in that Table before pressing "Save".
Edit
- A user can edit the label of a field by clicking the caret to the right of the field's header cell, and selecting the "Edit field" option in the dropdown menu.
- A user can edit the description of a field by clicking the caret to the right of the field's header cell, and selecting the "Edit description" option in the dropdown menu.
View
- A user can view the fields of a table in the header row of the table view, located below the page's subheader and above the list of records. Each header cell shows an icon representing the data type of the field to the left, the label of the field next to the type icon, and if a description is present, an "i" icon that displays the description when hovered over.
- A user can view deactivated fields by selecting the "View Deleted Fields" option in the overflow menu of the subheader, “...”. These are fields that have been deactivated since the table was initially created.
- A user can view metadata fields (e.g. date created, date updated) by selecting the "View Deleted Fields" option in the overflow menu of the subheader.
Archive
- A user can archive a field by clicking the caret to the right of the field's header cell, and selecting the "Archive Field" option in the dropdown menu.
- A user can restore archived fields by selecting the "View Archived Fields" option in the overflow menu of the subheader, and clicking a field's "Restore" button.
Table Record
Create
- A user can create table records by clicking the "Create Record" button in the subheader.
- A user can create up to 10,000 records at a time by importing a CSV. Each row in the CSV will be one new record. In order to import rows from a CSV, the user must click the "..." menu in the top right of the screen and then choose the "Import data from CSV file" option. This functionality is only available for Cloud customers.
Edit
- A user can edit table records by clicking on a cell of a table record.
- A user can edit multiple table records at once by uploading a CSV where the ID value of each row matches an existing row within the Table. This allows the user to update all values of a row except the ID in bulk. In order to mass update rows via a CSV, the user must click the "..." menu in the top right of the screen and then choose the "Import data from CSV file" option. This functionality is only available for Cloud customers.
View
- A user can view table records in a table view in the body of the page. Each row contains the data for a record.
- A user can view multiple pages of records by clicking on the numbered pagination buttons at the bottom of the page.
- A user can sort the table view by clicking the caret to the right of a field's header cell, and selecting one of the "Sort..." options in the dropdown menu.
Delete
- A user can delete table records by clicking on a cell of a table record, and then clicking the "Delete" button in the bottom left of the resulting menu. They can be viewed at any time in the Record History Widget
Table Query
Create
- A user can create a new Table Query by selecting the "Queries" button in the top right of the page and then pressing "Create New Query".
View
- A user can view all existing Table Queries by selecting the "Queries" button in the top right of the page and then viewing the list of all existing queries.
Table Aggregation
Create
- A user can create a new Table Aggregation by selecting the "Aggregations" button in the top right of the page and then pressing "Edit" in the bottom right of the resulting modal. After that, they must enter a name, choose a calculation type and select a field.
Edit
- A user can edit an existing Table Aggregation by pressing "Edit" in the Table Aggregations modal. Then, they can modify the name, calculation type and field of any existing Aggregation.
Deactivate
- A user can deactivate an existing Table Aggregation by pressing "Edit" in the Table Aggregations modal. Then, they can press the trash icon to remove the aggregation from the list.
View
- A user can view all existing Table Aggregation by selecting the "Aggregations" button in the top right of the page and then viewing the list of all aggregations that are attached to the Table.
User
View
- A user can view and search through a list of users when selecting a user value for a record being edited.
Pages
This page can be accessed from the following pages:
Table editing, table field creation/editing/deletion, and table record creation/editing/deletion may be restricted based on the user's role.