how to send mail based on field changes

  • 2 January 2018
  • 2 replies
  • 1 view

Badge +2

Hello,

i have 4 fields , example column1 column2 column3 column4.if user modifies in column1 and column2 i need to send mail,same way if user modifies in column3 and column4 i need to send mail.

i found some article but not able to achive the above scenario.

i followed this link Nintex Workflow - Wait for Item Change - Vadim Tabakman 

211858_pastedImage_1.png

211859_pastedImage_2.png

211860_pastedImage_3.png

211861_pastedImage_4.png

211862_pastedImage_5.png


2 replies

Userlevel 3
Badge +12

Hi Rajesh,

What issue you are facing with that approach? 

Alternatively, you can use "Conditional Startup" to achieve this one.

Go to Workflow Settings --> "Start when Items are modified" --> select, "Conditional" from drop down, then click on "Conditions" button

In "Conditional Startup Options" dialog, create conditions for column1 and column2 with one workflow, and create another workflow for column3 and column4 changes.

I know there would be multiple workflows (2 in this case), use this link and refer my answer for screenshots on how to use the conditional start.

Let me know if you have any questions.

Thanks,

Krishna.

Badge +2

Thank you for reply. i have achieved above issue and i did some modification in loop section.

please find below screenshot. it will help for others.

211871_pastedImage_1.png

Reply