Get Item
Returns the metadata for an item in a list.
- Least privileged Microsoft Graph permission to access the action via application:
Sites.Read.All
. - Higher privileged Microsoft Graph permissions to access the action via application:
Sites.ReadWrite.All
,Sites.Manage.All
.
External Documentation
To learn more, visit the SharePoint documentation.
Parameters
Parameter | Description |
---|---|
Item ID | The ID of the item in a list. Can be obtained via the List Items action. |
List ID | The ID of the list. Can be obtained via the Get Lists action. |
Site ID | The ID of the site. Can be obtained via the List Sites action. |
Example Output
{
"id": "5",
"fields": {
"Name": "Widget",
"Color": "Blue",
"Quantity": 2357
}
}
Workflow Library Example
Get Item with Sharepoint and Send Results Via Email
Preview this Workflow on desktop