Get Items from a SharePoint List
Overview
This procedure retrieves all items within a given SharePoint list.
It's essential to mark the item you are working with as an "slist" (SharePoint List). For example:
get the list as the slist
Input Concepts
Concept
Description
Type
Required
Default Value
slist
The list from which to retrieve items.
sharepoint list
Yes
N/A
include empty columns
Whether to include empty columns in the table.
boolean
No
False
Output Concepts
Concept
Description
Type
slist's items
A list of items within the specified list.
sharepoint list item
Examples
Get the items in a list
Get the items in a list filtered by a column
Get the items in a list filtered by a column and include empty columns
Last updated
Was this helpful?