Hoping for help since I can't figure it out. This is attached to a sharepoint list. There are 3 conditions. The triggered email runs inconsistently: sometimes it does when I add the Assigned To name to the field, and sometimes it runs when I remove the name from the field.
The goal is to send an email when:
- The value of the request type is "Other"
- Get changes for the Item using Trigger Window start and end tokens
- Check that the Assigned To column has changed AND the Assigned To field is not empty
- Send an email if both those things are true
The reason for the Not Empty part is because it was triggering when a new item was created. We only want this to go when somebody has manually been assigned to a ticket. Edited to add: I'd like the flow to run anytime the Assigned To column is modified. Maybe I don't need start and end tokens?
Here's my flow build: