Backend workflow - trigger when "list" property changes

Hi,

So I have a database view named “Project” and within it I have a property which is a list type called “Team” which is a list of users. I want to send an email to the newly added user.

How can I create an expression/condition to send this new user an email?

Thanks

I have fixed this by creating a “pivot” table. with a one to one relationship between Project and User