Getitem vs Getitems, RestApi vs GraphApi in Power Automate
- 2024.08.17
- Power Automate(Flow)

How to use getitem/items, rest/graphapi to fetch records from sharepointlist power automate?
In this tutorial, we dive into the powerful combination of Power Automate and SharePoint REST API.
Learn how to retrieve list items efficiently, whether you’re working with small or large lists.
We’ll cover essential concepts, best practices, and demonstrate practical examples using getitem/items, REST API, and even explore integration with Graph API.
Rest API: GET _api/web/lists/getbytitle(‘Issue tracker’)/items
Graph API: GET https://graph.microsoft.com/v1.0/sites/site-id/lists/list-id/items?$expand=fields($select=ID,Status)
Graph Explorer: https://developer.microsoft.com/en-us/graph/graph-explorer
How to parse json in power automate flow
Parse JSON objects in power automate and save data in Excel
Retrieve 5000+ items from SharePoint: https://youtu.be/jO793A3zEDg
Free Power Automate Course:
#powerautomate #sharepoint