Hello, I'm trying to create a flow for task tracking that we do in Microsoft Lists.
There is a column called 'Assigned To' that allows you to select people within the team.
I would like the flow to trigger and email the person named in the column when:
- A new item is created and a person is named in the column
- A new item is created and multiple people are named in the column (they each receive their own separate email)
- An item was previously created but the 'Assigned to' column is updated and has had an additional name/names added (each newly added person/people receive an email but the originally assigned person doesn't receive another email)
- A person is removed from the 'Assigned to' column (different email template to the previous points)
This is what I have so far but I know I'm missing parts:
Thanks in advance for your assistance!