Search K
Appearance
Appearance
The Add File To SharePoint node uploads a local file to a specified SharePoint folder using the SharePoint Graph API. This task is commonly used to store generated or processed files from workflows into a SharePoint document library.
This task uploads a file from the local automation working directory to a designated SharePoint document library and folder. It requires the appropriate SharePoint access token to be associated with a service account.
Label | Type | Required | Description |
---|---|---|---|
Local File Full Path | text | β Yes | The full absolute path of the local file to be uploaded. |
Sharepoint Folder | text | β Yes | The SharePoint folder reference used to derive site, document library, and path. Must be pre-configured in the system. |
ServiceAccount-Autodesk | serviceAccount | β Yes | The linked service account that provides the SharePoint access token. |
βΉοΈ The "Sharepoint Folder" must match a configured entry that maps to a SharePoint site, document library, and folder path using the system's helper configuration logic.
Key | Description |
---|---|
NewSharepointFile | The resulting SharePoint DriveItem object returned after successful upload. |
DriveItem
) in the NewSharepointFile
variable.Completed
.NewSharepointFile
variable is available for use in downstream nodes.This node could be used at the end of a workflow that generates a PDF or CSV report locally, with the goal of storing the file in a shared team folder on SharePoint.