I have a field on my form, lets call it "Test" and when the quote record is created the Test field defaults to Unassigned. Now when that field gets changed from Test to any other valyue in this drop down field, I do not want an email to get sent. However, once the Test field is changed from Unassigned to something else, I then want an email to be sent when it gets changed again. (so not the first time, but the second time).
Example: Create quote record, and Test = Unassigned (no email sent)
Test field gets changed from Unassigned to "abc" (no email sent)
Test field gets changed from abc to 123 (now email should get sent)
Test field gets changed from 123 to 456 (email should get sent)
Hope that helps, please let me know how I can make this work. Thank you.