Get Item Info
Gets the metadata of file or folder.
This activity gets the metadata of the user-specified item (file or folder) using the Microsoft Graph Get item API.
Input
Connection Id:
GraphServiceClient VariableRequiredSpecifies the office 365 connection id.Item Id:
Object ArgumentRequiredSpecifies the Drive Item ID of the file or folder that we want to get info on. For obtaining the ID, input the DriveItem variable which can be the output of activities like Find Files and Folder, Copy Item, Create Folder, etc. and append ".Id" to the end of the variable.
SharePoint
Drive Name:
String ArgumentSpecifies the name of the drive within OneDrive or SharePoint to search for the specified files or folders. If the given drive exists within SharePoint, then the Site Url must be specified. If the field is left blank, the search is carried out in the default drive (Documents) of the SharePoint site that is specified in the Site Url field.Site Url:
String ArgumentSpecifies the URL of the SharePoint site to search for the specified files or folders. It's required only when searching in SharePoint.
Output
Item:
DriveItem VariableRequiredSpecifies the metadata of the file or folder as a DriveItem Object.
Last updated