How to upload a local file to a SharePoint Site?

Hi,

I’ve been trying to upload a file to the SharePoint site from a local folder path.
I was expecting the input type for the file to be as simple as array of string but it turned to be IEnumerable.

Can somebody please tell me the correct way of using this activity?
Note: I’ve established a SharePoint connection through Integration Service so I may not have App ID and Secret ID.

@ascent_way

Use path exists activity to get the ilresource output for the given file

Then just use {ilr_variablename} in upload activity it should work

Cheers

Hi @Anil_G,
It worked, thanks a ton!

1 Like

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