I would like to create an automation when a custom field (user picker, single) is changed. If a user is added or removed from the field, I would like to notify the user via email.
For that, I created two separate rules. The one that is triggered when a user is added to the custom field (Tester) is working fine and the email is sent to Tester.
However, the rule to send email when the user has been removed from Tester is not...
The trigger is the same (Field value changed and field to monitor is Tester) but the change type is "Value deleted". I then want to send an email to the user who has just been removed from Tester, so I tried the following smart values among others:
{{deletedFieldChange.values}} and {{deletedFieldChange.fieldId.emailAddress}}
They all generate Automation rule error
"Unable to send the email as the recipient's email address wasn't provided"
How do I get the email address of the user that has been removed from the custom field (Tester)?