Hi Flow Community,
Does anyone have experience creating document sets with Flow? I understand this isn't explicitly achievable out of the box however I have read only it can be done with HTTP post actions.
The plan for me would be to create a flow which automatically creates a document set after a given trigger. For example, an item is added to a list which triggers the flow and fields X, Y and Z from the list item are also added to fields of the document set - customer first name, last name ect.
I found this blog helpful:
https://karinebosch.wordpress.com/2018/11/08/microsoft-flow-create-a-document-set/
As a new flow user sending HTTP requests and parsing JSON seems complex so it would be great to hear the communities experience.