Tableau Connector for Microsoft SharePoint

Build 24.0.9175

UpdateListColumn

Updates a column in the specified SharePoint List.

Input

Name Type Required Description
List String True The GUID or name of the list in which the column belongs.
ColumnName String True The name of the column to update.
DisplayName String False The new value for the column's display name.
DefaultValue String False The new value for the column's default value.
ColumnType String False The new value for the column's type. The valid options are defined by the FieldTypes available in the SharePoint API: https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-csom/ee540543(v=office.15). The allowed values are Integer, Text, Note, DateTime, Counter, Choice, Lookup, Boolean, Number, Currency, URL, Computed, Threading, Guid, MultiChoice, GridChoice, Calculated, File, Attachments, User, Recurrence, CrossProjectLink, ModStat, Error, ContentTypeId, PageSeparator, ThreadIndex, WorkflowStatus, AllDayEvent, WorkflowEventType, Geolocation, OutcomeChoice.
MaxLength String False The new value for the column's maximum length.
PrimaryKey Boolean False A Boolean value indicating whether the column should be the primary key.
ReadOnly Boolean False A Boolean value indicating whether the column is read only. This will hide the column in New or Edit forms.
Required Boolean False A Boolean value indicating whether the column is required in New or Edit forms.

Result Set Columns

Name Type Description
Success Boolean A Boolean value indicating whether the operation was successful.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175