Automate NocoDB for free on Stepper
NocoDB is an open-source no-code database platform that turns any database into a smart spreadsheet. Create records, update data, and automate workflows with the NocoDB API.
Triggers available for NocoDB on Stepper
New Record
Triggers when a new record is created in a NocoDB table.
- 2 parameters
- Base
- Table
Updated Record
Triggers when an existing record is updated in a NocoDB table.
- 2 parameters
- Base
- Table
New or Updated Record
Triggers when a record is created or updated in a NocoDB table.
- 2 parameters
- Base
- Table
Actions available for NocoDB on Stepper
Create Record
Creates a new record in a NocoDB table. Dynamically loads the table's fields as input fields based on the selected table.
- 2 parameters
- Base
- Table
Update Record
Updates an existing record in a NocoDB table. Only fields with values will be updated.
- 3 parameters
- Base
- Table
- Record ID
Delete Record
Deletes a record from a NocoDB table.
- 3 parameters
- Base
- Table
- Record ID
Get Record
Retrieves a single record from a NocoDB table by its ID.
- 3 parameters
- Base
- Table
- Record ID
List Records
Lists records from a NocoDB table with optional filtering and sorting.
- 6 parameters
- Base
- Table
- Filter
- Sort Field
- Sort Direction
- Page Size
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.
