List row lists
banana_rowlist_namesReturns the names of row lists in a specified Banana Accounting table as a JSON array.
Instructions
Return the names of the row lists present in a table as a JSON array (e.g. ["Data", "Examples", "Archives"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. | |
| table | Yes | Table name, e.g. "Accounts", "Transactions", "Budget", "FileInfo". |