Create your first action
Actions are custom operations your team can trigger from the UI, refunding an order, sending an email, flagging a record for review. You define them in your back-end code, so they can call external APIs, update multiple tables, or trigger any side effect you need. Add an action to a collection in your back-end:Actions can have forms with dynamic fields, approval workflows, and granular permissions. See Code-based actions for the full reference.
Create a computed field
Computed fields let you display values that don’t exist directly in your database, a full name from first and last name, a status derived from multiple columns, a formatted price. Add a computed field the same way:Computed fields can also be made writable, filterable, and sortable. See Fields.
What’s next
With actions and computed fields in place, you’re ready to build higher-level operational tools: workspaces, workflows, and inboxes.Next: Set up operations →
Build workspaces, workflows, and inboxes for your team