Nintex for Office 365 Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
How to start a workflow in sharepoint and nintex form 365 with the button click???, which is the javascript function,??? I have a ID Workflow...
Help me...
Thanks...
Federico MS.
Hi Federico Morales Serrano‌, what do you mean by start a workflow in sharepoint and nintex form 365 with the button click?
Do you mean, start a workflow using nintex form O365?
Yes, I have Nintex Form, Workflow and Sharepoint 365, and need that in form list have a button, when I click this button this start a "x" workflow list.
Thanks.
Fms.
You could write javascript code for a button that creates an item on a SharePoint list, then it will start the workflow you need.
Perfect, I saw some codes in javscript in the some blogs, but this are to Nintex and Sharepoint on premise, not for O365, this is my problem.
Thanks.
Fms.
Hi Fernando Hunth, if I understand correct this requirement could be trying to either trigger a list item workflow or a site workflow when an action happens on the Nintex Form. As much as I know there is no Jquery available to start a workflow with ID like how we happen to do using C# in object model coding. Thus here you have to take little different direction.
if it is a list item workflow you can put a condition against the column which can take value of button or if it is a site workflow in side item update workflow trigger the site workflow if button passed value to Yes or true.
Nintex has a mechanism to connect button return value to a field in the list you can leverage that do accomplish this feature that you are looking for.
Refer to form button settings and wf actions for example
I hope this helps!
Well, I think in javascript code in client click, I saw for sharepoint on premise, but not for O365.
Thanks.
Fms.