Switch or State Machine

  • 9 May 2020
  • 1 reply
  • 34 views

Badge

I have a nintex form and based off of the request status an email notification is sent out.  Now currently using a switch to send those notification but if an user click the submit button the same notification email is sending an second notification.  Trying to have only one email notification to be sent.


1 reply

Userlevel 6
Badge +22
Hi,

Sounds like you have a workflow that starts on submission.
I suggest that on the first submission when the workflow runs it updates a column on the list to know its run. A Yes/ No column that defaults to No will work.

Set a conditional start on the workflow to only run if the column is No. When it runs it sets the column to Yes. That way it will only run once.

Reply