Get a SharePoint List as a Table

This procedure is part of the SharePoint Book (BDK). To use this book, you must first learn it in your agent.

Overview

This procedure retrieves a SharePoint list as a table.

Input Concepts

Concept
Description
Type
Required
Default Value

slist

The reference to the sharepoint list.

sharepoint list

Yes

N/A

include empty columns

Whether to include empty columns in the table.

boolean

No

False

Output Concepts

Concept
Description
Type

table

The list as a table.

table

Examples

retrieve the list as a table

Last updated

Was this helpful?