pb_create_record
Create a new record in a PocketBase collection by providing the collection identifier and the record data as key-value pairs.
Instructions
Create a new record in a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value pairs representing the record fields | |
| collectionIdOrName | Yes | The name or ID of the collection |