AddList
指定されたプロパティを持つ新しいSharePoint リストを作成します。構造化されたデータストレージのセットアップを自動化するのに役立ちます。
Input
| Name | Type | Required | Description |
| Name | String | True | SharePoint サーバー上に作成される新しいリストの名前。 |
| Template | String | True | リスト作成時に使用するテンプレートの名前またはID ('Custom List' や'Document Library' など)。
使用できる値は次のとおりです。GenericList, DocumentLibrary, Survey, Links, Announcements, Contacts, Events, Tasks, DiscussionBoard, PictureLibrary, DataSources, WebTemplateCatalog, UserInformation, WebPartCatalog, ListTemplateCatalog, XMLForm, MasterPageCatalog, NoCodeWorkflows, WorkflowProcess, WebPageLibrary, CustomGrid, DataConnectionLibrary, WorkflowHistory, GanttTasks, Meetings, Agenda, MeetingUser, Decision, MeetingObjective, TextBox, ThingsToBring, HomePageLibrary, Posts, Comments, Categories, IssueTracking, AdminTasks デフォルト値はGenericListです。 |
| Description | String | False | リストの目的についてのコンテキストを提供するための簡単な説明。 |
| Columns | String | False | リストに追加する列の定義。JSON、XML、またはテンポラリテーブル形式を受け付けます。 |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | リストの作成に成功したかどうかを示します。成功した場合は'true' を、失敗した場合は'false' を返します。 |