Skip to main content
Nintex Community Menu Bar

Form calling workflow - returning data & staying open (new mode)

  • November 28, 2018
  • 1 reply
  • 13 views

Forum|alt.badge.img

We are using Nintex Forms & Workflow for SharePoint 2013.

I need to call a workflow from my form, keep the form open, and return data (from SQL query) to the form to populate a multi-select list box. I need it to work in both New & Edit modes.

I tried a Save & Submit (no validation) button which calls the workflow but closes the form so that's no good.

I guess the workflow will need to be called from a button with JavaScript but will this still be able to access data from the form as the item has not been created in New mode?

Any help/examples will be very welcome.

Thanks, Phil

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • August 13, 2019
Hi,
Have you looked at using the SQL request control to do your SQL query?