I'm trying to build a Power Flow that sends a notification through Teams to a specific user whenever a certain value is selected on a specific field of a List. More details: my List has a column for "Manager", where I select from 5 possible choices from a Dropdown Menu. The five choices are: "EV", "EP", "EPC", "SR" and "EC". Each of these possibilities represents an Office 365 account associated with it. I want my flow to send a Team's notification (like a chat or other method through Teams) to that specific email. (I know I can create a List rule to send an email whenever a certain choice is chosen - but I don't want this flow to use Outlook, so I want to send a notification through Teams).
For example: whenever the List column "Manager" is edited to "EV" --> send Team's notification to user X ; whenever the List column "Manager" is edited to "EC" --> send Team's notification to user Y. And so on.
My first step is trigger:
My main condition is as follows:
Inside the main condition, I have 5 nested conditions (one for each possibility). Each on looks like this:
After each nested condition I have the action "post message in a chat or channel":
The current flow is not sending any Teams notification. Why is that and how can I update it?

Report
All responses (
Answers (