add_user_custom_entry
Add a new entry to a specified table in the user_directives database and obtain the inserted record with its ID.
Instructions
Add entry to user_directives.db table. Returns inserted record with ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name in user_directives.db | |
| data | Yes | Field-value pairs to insert |