activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity Activities

Last updated Mar 19, 2025

GetItems

Retrieves SharePoint List Items from the specified list.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

 [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]DataTable GetItems(
	ISharepointList list,
	IEnumerable<string> columns = null,
	SharepointItemFilter filter = null
)

Parameters

list ISharepointList
The SharePoint list from which to retrieve the items.
columns IEnumerable<String> (Optional)
A list of column names to be retrieved. Use either display names or column names respecting the list setting. If omitted all known editable user columns will be fetched.
filter SharepointItemFilter (Optional)
Filter the items retrieved based on the available SharePoint List columns.

Return value

DataTable - The SharePoint list items retrieved as a dynamic DataTable.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
© 2005-2025 UiPath. All rights reserved.