SharePoint Upload
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Greetings,
How to upload to SharePoint any type of file? I am able to use SharePoint Input Tool to download any type of file to a specific location, but I can't do the same to upload with the SharePoint Upload Tool, what are my options?
I need to be able to use this on the Alteryx Server too. so Syncing or mapping SharePoint is not an option.
- Labels:
- Sharepoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@AshRez ,
As far as I know, SharePoint Output Tool supports only .xlsx, .csv and .yxdb files.
So if you want to store a file in other format in SharePoint with Alteryx, one idea is to store the data in BLOB type embedded in .yxdb file.
As I do not have SharePoint connection environment now, I have not fully tested this method.
Please take this just a potential solution.
Good luck.
Workflow
Blob Input
Data for output to SharePoint
If you want to specify a file name in SharePoint, you may add a column for the name to feed to SharePoint Output Tool as [File Name].
The downside of this solution is that you cannot use the original .zip file as it is.
If you need to retrieve the .zip file, you have to read the .yxdb file with SharePoint Input Tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @Yoshiro_Fujimori for your response.
Unfortunately, it didn't work on SharePoint Output, I got couple of errors that says:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I've submit the idea for Alteryx for improvement
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/SharePoint-Output-Upload/idi-p/13777...
