Skip to main content

I am trying to start a workflow on another list. The action "Start a Workflow" does not work for workflows that run on other lists. List A Nintex workflow can not start a worfklow on List B. 

 

I read this tutorial, but this is for Nintex 2010. It tells you to call webservice. 

http://nintexdownload.com/Nsupport/tutorials/How%20to%20start%20a%20workflow%20with%20the%20Call%20Web%20Service%20actio… 

 

Is there a solution of Nintex 365? 

Hi ,

There is a Web Request action in 365 that should help to connect to SOAP method of a web service. See details here: Web Request action for O365 


The webservice call will certainly work. Another option would be to configure your secondary list to have a hidden column that you update from workflow #1, and workflow #2 setup to run on item modified with a conditional statement checking for whatever value you set in that hidden column. It may not work depending on your actual use case though, just another option to consider.


Reply