create_view
Create custom views for SharePoint lists and libraries by selecting columns, setting row limits, and applying filters to organize and display data effectively.
Instructions
Create a new view for a list or library with specified columns, row limit, and optional CAML filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listName | Yes | ||
| name | Yes | View display name. | |
| columns | Yes | Ordered list of internal column names to show in the view. | |
| isDefault | No | Make this the default view. Default: false. | |
| rowLimit | No | Items per page. Default: 30. | |
| query | No | CAML query string for filtering / ordering. |