I have a list in SharePoint 2016. I want users to enter some information - in drop down controls. When the user clicks on save, I want a workflow to run. Workflow shall perform some logic. I want to know how to pass form values (selection made by user in drop down) to the workflow.
Thanks.
Mayank
@guru2000 have you tried connecting your DD control to a SharePoint column and use that column info in the workflow?
@guru2000 …You do know that the Nintex Workflow will only trigger when an item is created or only when an item is modified. If the item doesn't exists then how the WF instance will run on an item?
Is it possible to create an item first without the date field and you modify the item to populate the date and then your WF will kicks in? Trigger on conditional start on item modified.