Types of actions
| Type | Description |
|---|---|
| Single record | Triggered from a specific record’s detail view or row menu |
| Bulk | Triggered on multiple selected records at once |
| Global | Triggered from the collection level, without selecting a record |
Triggering a single record action
- Open a record by clicking on a row in the table view.
- In the detail view, look for the Actions button (top-right area).
- Click the action you want to execute.
- If the action has a form, fill in the required fields and click Submit.
Triggering bulk actions
- Select multiple records using the checkboxes in the table view.
- The Actions toolbar appears at the top of the table.
- Click the action you want to run on the selected records.
- Fill in the form (if required) and confirm.
Bulk actions apply to all selected records. Some actions may have a maximum number of records they can process at once.
Triggering global actions
Global actions are not tied to any specific record. They appear in the Actions menu at the top of the collection view, regardless of whether records are selected. Use global actions for operations like generating a report, triggering a sync, or exporting data.Action forms
Many actions open a form before execution. The form lets you provide additional input required by the action, for example, a reason for rejection, an amount to refund, or a target email address.- Required fields are marked and must be filled before the form can be submitted.
- Dynamic fields may appear or change based on values you enter in other fields.
- Dropdowns and pickers are common field types for structured input.
Actions requiring approval
Some actions are configured to require approval from another team member before they execute. When you trigger such an action:- A request is submitted to the Approval Workflow.
- The action is not executed immediately, it waits for approval.
- You can track the status in the Approval Workflows tab.
Approval workflows are configured by admins in Project Settings → Roles. See Approval Workflows.