UiPath Documentation
activities
latest
false

Productivity activities

Last updated May 12, 2026

CreateItem

Creates an empty DataRow based on the SharePoint list schema. Can be later used with an AddItem(ISharepointList, DataRow) operation.

Syntax

DataRow CreateItem(
	ISharepointList list
)
DataRow CreateItem(
	ISharepointList list
)

Parameters

list ISharepointList : The SharePoint list for which to create an empty item.

Return value

DataRow - A DataRow based on the SharePoint list schema.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated