Hello,
I want to create a document set (created my own content type with some columns) in a document library. Since it is (currently) not possible to create it via an action directly in flow (except with plumsail $$$) i want to use the http-request-action. I use the instructions from Karine Bosch:
https://karinebosch.wordpress.com/2018/11/08/microsoft-flow-create-a-document-set/
How do I need to configure it to also fill my columns, that I created on my own document-set-content-type?
Check out my instructions for how to create a Document Set using HTTP Request and the AddValidateUpdateUsingPath method. You can create the Document Set and apply metadata in a single step.
https://www.linkedin.com/pulse/power-automate-add-new-document-set-sharepoint-library-skinner
Hi @esemuhdeoh ,
Please check these blog and similar thread:
microsoft-flow-create-a-document-set
create-a-document-set-using-ms-flow
creating-sharepoint-online-document-set-in-microsoft-flow
Flow-to-create-document-set-when-new-Planner-task-added
Best Regards,
Sure thing, you could potentially set up the metadata for the new Document set using the Body of the POST HTTP call. I haven't specifically done it when using the Slug header to suggest the new URI of a Document Set, so I'd be interested to see how that works out.
Here's a related post with a very similar solution that you can map to your needs. There is a great screenshot in there of the Body with parameters and __metadata being used:
Cheers,
Ashley
Thank you @AKRogers,
that is one way you can do it. I thought that maybe it would be possible directly inside the http-request which I use to create the doc set...?
Hello!
From what I understand in your post, you want to populate metadata on a newly created Document Set. You can do this is the same Flow by passing the ID of the Document Set you created in a Get File (properties only) action against the library where the set is stored. Once you get the file, you can add an Update file properties action against that Document Set, and update it the same way you would a document.
Take care!
Ashley
If this response provided an answer to your question please mark it as a solution.
If you liked my reply, please give it a thumbs up! Thank you!
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2