In Drupal 9 Rules 8.x alpha 7 – I have a rule working. However, I am trying to send an email to the user of the account that is changed.
I am trying to figure out the data selector to make this happen. I have tried token for an email: {{ profile.uid.entity.mail }}
I have tried profile.uid.entity.mail.value
as a data selector and many other things I am finding online.
I have Entity is of Bundle and Field is of type in the conditions to grab the field in the user account.
If I put in a specific email it works. Anyone figure out the data selector for this?