UiPath Documentation
activities
latest
false

Productivity activities

BulkAddItems

Adds multiple SharePoint list items in bulk from a DataTable.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

DataTable BulkAddItems(
	ISharepointList list,
	DataTable items,
	bool hasHeadersRow = true
)
DataTable BulkAddItems(
	ISharepointList list,
	DataTable items,
	bool hasHeadersRow = true
)

Parameters

list ISharepointList : The SharePoint list into which to add the items.

items DataTable : A DataTable containing the items to add.

hasHeadersRow Boolean (Optional) : Specifies if the column names in the DataTable match the SharePoint list column names.

Return value

DataTable - A DataTable with the added items.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated