I am using FME Form 2021.
I have a table with vehicles listed by department.
Vehicle 1234 Department 1
Vehicle 4532 Department 1
Vehicle 5645 Department 2
Vehicle 8472 Department 3
When a new record (example: a vehicle) is added to the table, I want an email to be sent only if the new vehicle is associated with a specific department. For example, Vehicle 6577 is added to the table and is associated with Department 3; thus, an email would be sent notifying the recipient that a new vehicle has been added. However, if the vehicle is associated with Department 1, then no email would be sent.
What Transformer(s) that would trigger the email do you recommend I use to achieve this? It sounds like ChangeDetector could be an option, but I am only using a single table.