Play
Data & Collections

Adding & editing data

Your data in Play is fully editable from the UI, through chat, or within apps.

From the UI

Tables display records in a spreadsheet-style view. Add, edit, and delete records directly. Changes are saved immediately.

From chat

  • "Add a new contact: Jane Doe, [email protected], VP of Sales"

  • "Update the Acme deal to Closed-Won"

  • "Delete the duplicate record"

From apps

Apps built on collections can include forms, buttons, and interfaces for creating and editing records.

Bulk operations

  • CSV import — Upload a file to populate a table

  • Bulk updates via chat — "Mark all deals from Q1 as archived"

Data integrity

Required fields, unique fields, and field types are all validated and enforced.

Was this helpful?