I created a Nintex form in SharePoint 2016. In the form I have many controls including a drop down list control, which is tied to a column in the SharePoint list.
I know that we can fire a workflow to perform some logic when the user clicks on the SAVE button. That is when the item gets created. But I want the workflow to perform the logic before the user clicks on the save button.
I want a date field in the form to be updated based on the selection the user made on the dropdown list. That is when I want to workflow to fire (behind the scene) and change the value in the date field.
How do I accomplish this. I prefer using workflows to perform the logic.
Thanks so much.
Mayank