Skip to main content
Nintex Community Menu Bar

I would like to start a workflow only when a particular field is changed / set

  • September 27, 2018
  • 2 replies
  • 64 views

Forum|alt.badge.img+3

I have a form which includes assigned to. I would like to send an email to the person assigned when they are assigned. There are other field that will be changed regularly such as notes and status. I do not want the person assigned to receive an email each time the record is updated only when the assigned to is changed.

Any help appreciated

2 replies

Forum|alt.badge.img+5
  • October 11, 2018

Hi, 

I think you can create a temporary variable to check it :
- (Form) create field "Notifications"
- (Form) if field person changed,  then set the Notification to "Yes"
- (Workflow) In the workflow you can add the "run if"  action (when notification = "Yes") then send notification and set field  notification to "No"

Hope this can help you

Regards,
Reva Eka Patria


Forum|alt.badge.img+3
  • Author
  • November 15, 2018

Thank you