add_column
Add a custom column to SharePoint lists or libraries to capture specific data types like text, numbers, dates, or choices, automatically including it in default views for immediate use.
Instructions
Add a new column to an existing list or library. The column is automatically added to the default view unless addToDefaultView is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listName | Yes | ||
| column | Yes | ||
| addToDefaultView | No | Default: true. |