SharePoint get list item action
- Updated: 2023/12/31
Use the Get list item action to retrieve the list item details from a list in your SharePoint site.
Prerequisites
Ensure that you are authenticated before initiating any SharePoint action. For more details, see SharePoint authenticate action.
Procedure
When the automation executes, the details of the specified list are retrieved and stored in the list variable. You can use the Loop action to read or extract the contents by using the List type iterator. The List type iterator allows you to assign a dictionary variable for the data available in the list variable. You can then extract the list details of the SharePoint list using the key-value pair stored in the dictionary variable.

