get_from_project_where
Retrieve rows from any project table by specifying field-value conditions with AND logic. Optionally limit results or sort by a field.
Instructions
Flexible filtering with structured JSON conditions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| conditions | Yes | Field-value pairs (AND logic) | |
| limit | No | Maximum rows to return | |
| orderby | No | Sort order |