Skip to main content

Delete List Column

Description

Delete List Column plugin step deletes a column from the Generic List present in the specified site in SharePoint Online.

Prerequisites

You require the following permissions for app on Azure:

Account Types and Permissions

Account TypePermission TypePermissions (from least to most privileged)
Work or School accountDelegatedSites.Manage.All, Sites.FullControl.All

Configuration

No.Field NameDescription
1Step NameName of the step. This name must be unique within a workflow.
Connection
2Client IDSpecify the Client ID of the SharePoint app. For information about creating a client ID, see Appendix: SharePoint: App Registration & Refresh Token Generation.
Data type: String
This is a mandatory field.
3Accept value as variable/staticSelect this checkbox if you want to enter the refresh token name in the Refresh Token field.
If this checkbox is not selected, you can choose the refresh token from the Refresh Token field.
4Refresh TokenSpecify or select the refresh token generated using the Client ID after the app is created in Azure AD.
This is a mandatory field.
5Test ConnectionVerifies whether the connection is established.
Note: This connection will not work with previous step variables. The Test Connection button works only with static values and environment variables.

Input Tab

No.Field NameDescription
Input Fields
1Site Relative URLSelect the SharePoint site-relative URL. Format: {TenantName}.sharepoint.com:/[SharePointSitePath]
Example: firstUser.sharepoint.com:/sites/TestingSite
This is a mandatory field.
Note: For a root site (Communication Site), you do not need to specify the SharePoint site path.
2List Name/IDSelect the name or ID of the generic list on which to perform the operation.
This is a mandatory field.
3Column NameSelect the name of the column to be deleted.
This is a mandatory field.