Skip to main content
Nintex Community Menu Bar

Can you create a new document set with Nintex?

  • September 28, 2016
  • 7 replies
  • 27 views

Forum|alt.badge.img+9

We are debating whether to use Documents or Document Sets in an application. I'm wondering if anyone has created new document sets with workflows on SharePoint 2013 on premise? And what their experience was?

Maybe they even have a workflow example?

7 replies

Forum|alt.badge.img+7
  • October 6, 2016

I have done this, but I had to write a custom web service to create/update the document set. It wasn't complex to do though so it may be an option for you.


Forum|alt.badge.img+9
  • Author
  • October 6, 2016

Thanks, web services are problematic for us given the strange Linux Frontend to our SharePoint. We'll problem create a method in our C# Service to do this.


Forum|alt.badge.img+1

Did you have some instructions on how you did this? I would be greatful if you could share your setup. Thanks


Forum|alt.badge.img+1
  • October 31, 2019

Do you have idea how to create multiple document set using loop action?
Ex: I will create docset: Name001, Name002, etc.  


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 31, 2019

5159i2A6D0528AACE294B.png

5160iD794F2C785CDD900.png

5161iEC7A08B4D8C917AC.png

5162iD2EFE1AE759EC818.png

5163iEFC2AFC7EA76CCB7.png

5164iBF15C32EDF48ACF0.png

 

 

 

 

 


Forum|alt.badge.img+1
  • November 7, 2019

I want to create Doc Set with this combination string (ID-G-....System-Number)

5444i993950064D0D5440.png

If user choose qty more than 1, it will create doc set with ordered number (based on combination string before)

5445iCE1663521BA08BB8.png

I was able to create more than 1 docset using another list, So I create list item in List then create doc set to original doclibrary

But I still wondering how to create multiple docset in one doclibrary only.

Is there any issue with create item action and update item action if I run them together?


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • November 7, 2019
Creating an Item and then Updating it is ok.