Skip to main content
Question

SharePointOnlineConnector Document Set

  • September 17, 2020
  • 2 replies
  • 57 views

Forum|alt.badge.img+3

Is there any way to create Document Set using SharePointOnlineConnector ?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

chrisatsafe
Contributor
Forum|alt.badge.img+2
  • Contributor
  • September 21, 2020

Hi @ukrsolid​,

 

Currently the SharePointOnlineConnector can only be used to manage files on SharePoint Online by uploading, downloading, deleting files, and deleting folders.

 

If you want to create a document set, you'll need to use the SharePoint REST API. You might be able to do get this done with the HTTPCaller by following the suggestions on these articles:

  1. Create document set with REST API in SharePoint Framework
  2. Creating a Document Set with the Sharepoint 2013 REST API

Forum|alt.badge.img+3
  • Author
  • September 21, 2020

thanks @chrisatsafe​  ! I will check SharePoint REST APIs