I am creating a Flow that sends an email when a new item is added to a SharePoint list, i only want to send the email however if a specific value is in one of the columns within the sharepoint list item. I have configured the step as the image below but it sends the email whenever any item is created irrespective of my filter.
My SharePoint list is called Accidents. It has a choice column in it called Description. The choices available are:
Minor Accident
Major Accident
Serious Accident
I want to send the email only when the value selected is Serious Accident. As well as the below Filter i have also tried:
Filter( Accidents, Description = "Serious Accident")
but this did not work either. Any help would be appreciated, thanks.