Append to CSV activity FilePath does not recognise paths to Sharepoint files

When I enter a sharepoint path similar to this as the FilePath: “https://mysite.sharepoint.com/sites/RobotsProject/Shared%20Documents/Inbox%20Results/Acme%20Digital%20Processing%20Record.csv”, the activity tries to open a file with the project’s filepath inserted before the https and I get a format error runtime failure.

This is the FilePath the activity reports:
Append To CSV: The filename, directory name, or volume label syntax is incorrect. : “C:\Users\myname\OneDrive\General - Project\9. Production Digital Assistant\UiPath\Libraries\reuseable components\content\https://mysite.sharepoint.com/sites/RobotsProject/Shared%20Documents/Inbox%20Results/Acme%20Digital%20Processing%20Record.csv”

Is there any way to use the activity with this sort of filepath?

@Phillip_Duncan

Append to csv can be used only for local files…for sharepoint files you have office 365 activities which will help in downloading the file to local and then you can write or append the data and then upload it back to sharepoint

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.