Update properties of a file.
  • Least privileged Microsoft Graph permission to access the action via application: Files.ReadWrite.All.
  • Higher privileged Microsoft Graph permissions to access the action via application: Sites.ReadWrite.All.
External DocumentationTo learn more, visit the SharePoint documentation.

Parameters

ParameterDescription
File NameThe new name of the file.
Item IDThe ID of the item in a list. Can be obtained via the List Items action.
Site IDThe ID of the site. Can be obtained via the List Sites action.

Example Output

{
	"id": "01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK",
	"name": "new-file-name.docx",
	"file": {}
}

Workflow Library Example

Update File Properties with Sharepoint and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop