2022.2

Table Of Contents
Miscellaneous Tab
The Miscellaneous tab is common to all tasks.
Check the option Use as step description to display the text next to the icon of the plugin in the Pro-
cess area.
Microsoft 365 OneDrive Input
Microsoft 365 OneDrive Input tasks allow the processing of files from any of the organization's
Microsoft 365 OneDrive accounts.
This task uses the Microsoft Graph API.
For this task to function correctly, Workflow needs to be granted application permissions for Microsoft
Graph in the organization’s Azure instance.
It needs read access to the Users category (User.Read.All) so that the task can identify the users in the
organization.
In addition, the Files.ReadWrite.All permission is required so that the task can create the folder if it
doesn't already exist.
For more information on setting application permissions for Microsoft Graph, see https://-
docs.microsoft.com/en-us/graph/auth-v2-service.
Input
The Microsoft 365 OneDrive Input task retrieves files corresponding to a specified file mask, from a spe-
cified OneDrive folder. These files may be of any format, even formats that are not readable by Plan-
etPress Workflow.
Processing
The task uses the Microsoft Graph API to access OneDrive folders in the organization (subject to that
organization's IT policies).
Each file captured by the input is sent down through the process, one at a time. When the file is fin-
ished, the process goes back to the input which feeds another file down, as long as there are files in the
queue. Once all the files are gone, the task polls the input folder again to see if new files are present
and, if so, the process continues with these files. Otherwise, the process ends.
Note: The MS Graph REST API is limited to a certain number of requests within a certain period
of time. This is called throttling. When throttling comes into play, the plugin receives HTTP
response 429. The plugin will log the error and retry, but it exits with an error after 15 unsuc-
cessful attempts.
Page 325