Skip to main content
Nintex Community Menu Bar
Solved

is the action 'create list' available in Nintex workflow for Office 365?

  • October 11, 2014
  • 3 replies
  • 34 views

Forum|alt.badge.img+2

I've read the list of available actions in office 365 on the help site http://help.nintex.com/workflow365/ but I cannot seem to find the actions I really need for my client business process.

  • Create list
  • Change list permission / break inheritance

 

I'm on SharePoint Online and happy to purchase the enterprise version of Nintex.

Please help, how can I create a list and change its permissions in a Nintex workflow on Office 365?

Do I need to call a web service or is there an available action to do each of these steps?

 

Thanks in advance for your help!

Best answer by andrewg

There isn't an action or integration action. But you should be able to use the lists.asmx web service and use the AddList method.

http://msdn.microsoft.com/en-us/library/lists.lists.addlist(v=office.15).aspx

3 replies

Forum|alt.badge.img+2
  • Author
  • 7 replies
  • October 14, 2014

Any help please?


Forum|alt.badge.img+17
  • 1129 replies
  • Answer
  • October 15, 2014

There isn't an action or integration action. But you should be able to use the lists.asmx web service and use the AddList method.

http://msdn.microsoft.com/en-us/library/lists.lists.addlist(v=office.15).aspx


Forum|alt.badge.img+2
  • Author
  • 7 replies
  • October 15, 2014

Thanks Andrew that's what I was afraid of. More complicated than adding an existing Nintex action but feasible then.

Cheers !