Hi @Anonymous,
Could you please share a screenshot of your flow's configuration?
Further, could you please show a bit more about the ApplicationStatus field that you mentioned?
I agree with @faustocapellanj's thought almost, I assume that the ApplicationStatus column is a Choice type column, I have created a SharePoint list on my side and the data structure of it as below:
I have made a test on my side and please take a try with the following workaround:
- Add a "When an item is created" trigger.
- Add a Condition, click "Edit in advanced mode", type the following formula:
-
@or(not(contains(triggerBody()?['ApplicationStatus']?['Value'], 'Status A')),not(contains(triggerBody()?['ApplicationStatus']?['Value'], 'Status B')),not(contains(triggerBody()?['ApplicationStatus']?['Value'], 'Status C')))
Within "If/yes" branch of Condition, add a "Send me an email notification" action.
Image reference:
The flow works successfully as below:
Best regards,
Kris