FindSharepointDriveItem 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-msgraph-nar

Description

Finds a Sharepoint Drive Item by its Drive ID and Item path.

Tags

document, graph, microsoft, openflow, sharepoint, unstructured

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Authentication ServiceThe service that provides authentication for the SharePoint API.
Drive IDThe ID of the Sharepoint Drive.
Fallback Retry DurationThe time to wait before retrying the operation after a communication failure. This value is used when the response doesn’t contain a Retry-After header.
Item PathThe path of the Drive Item to find in a Drive.

Relationships

NameDescription
comms.failureA FlowFile is routed here if the processor failed to communicate with the Graph API. Can be retried
failureAn incoming FlowFile is routed to this relationship if an unexpected error has occurred
foundAn incoming FlowFile is routed to this relationship, with attributes about the Item added, if the specified item was found in Sharepoint
not.foundAn incoming FlowFile is routed to this relationship if the specified item was not found in Sharepoint

Writes attributes

NameDescription
sharepoint.item.idThe ID of the Sharepoint Drive Item.
sharepoint.item.typeThe type of the Sharepoint Drive Item, possible values are ‘File’ and ‘Folder’.

See also