Last updated
Was this helpful?
Last updated
Was this helpful?
Downloads a single file by server relative url to file system.
Record with information about whether operation failed or not.
Downloads a single file by server relative url to a simple variable (stream).
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Downloads a single file from Document Library by path to file system.
Record with information about whether operation failed or not.
Downloads a single file to a simple variable (stream).
Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member
Uploads a single file from a Table of bytes to a SharePoint Document Library.
Record with information about whether operation failed or not.
Uploads a single file from file system to a SharePoint Document Library.
Record with information about whether operation failed or not.
Uploads a single file from a stream to a SharePoint Document Library.
Record with information about whether operation failed or not.
Parameter
Description
Server relative url
An url relative to server, e.g. "/subsite/doclib/folder/file.txt".
Local filename
Full path where to download file. Note that the user the application pool running Flow Server must have write access to the file. If the file already exists, it is overwritten.
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Error code
Description
1000
Unspecified error.
Parameter
Description
Server relative url
An url relative to server, e.g. "/subsite/doclib/folder/file.txt".
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Simple variable containing the results of operation
Error code
Description
1000
Unspecified error.
Parameter
Description
Document Library Name
Name of Document Library in SharePoint (not id)
Remote filename
Remote filename in Document Library, including any extensions or folders if applicable. E.g. "file.txt" or "subfolder1/subfolder2/file.txt"
Local filename
Full path where to download file. Note that the user the application pool running Flow Server must have write access to the file. If the file already exists, it is overwritten.
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Error code
Description
1000
Unspecified error.
Parameter
Description
Document Library Name
Name of Document Library in SharePoint (not id)
Filename
Remote filename in Document Library, including any extensions or folders if applicable. E.g. "file.txt" or "subfolder1/subfolder2/file.txt"
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Results
Simple variable containing the results of operation
Error code
Description
1000
Unspecified error.
Parameter
Description
Source bytes
Table (consisting of bytes) to read from
Document Library Name
Name of Document Library in SharePoint (not id)
Filename
Remote filename to use in Document Library, including any extensions or folders if applicable. E.g. "file.txt" or "subfolder1/subfolder2/file.txt"
Overwrite if exists
Specifies whether to overwrite remote file if it already exists or abort
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Error code
Description
1000
Unspecified error.
Parameter
Description
Local filename
Full path to file to upload. Note that the user the application pool running Flow Server must have access to the file.
Document Library Name
Name of Document Library in SharePoint (not id)
Remote filename
Remote filename to use in Document Library, including any extensions or folders if applicable. E.g. "file.txt" or "subfolder1/subfolder2/file.txt"
Overwrite if exists
Specifies whether to overwrite remote file if it already exists or abort
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Error code
Description
1000
Unspecified error.
Parameter
Description
Source stream
Simple variable containg a stream
Document Library Name
Name of Document Library in SharePoint (not id)
Filename
Remote filename to use in Document Library, including any extensions or folders if applicable. E.g. "file.txt" or "subfolder1/subfolder2/file.txt"
Overwrite if exists
Specifies whether to overwrite remote file if it already exists or abort
Member
Description
HasFailed
Whether operation has failed or not
ErrorMessage
A description of the failure, if any
ErrorCode
An error code related to operation failure. Is 0 if no failure occured
Error code
Description
1000
Unspecified error.