Hello, I have a team flow with someone elses mailbox "when an item arrives" followed by condition
@or
(
contains(triggerBody()?['Body'], 'Routing Azure Web Apps V1')
,
contains(triggerBody()?['Body'], 'Routing Azure Mobile Apps V2')
,
contains(triggerBody()?['Body'], 'Routing Azure Function App')
,
contains(triggerBody()?['Body'], 'Routing Azure Monitor V2')
,
contains(triggerBody()?['Body'], 'Routing Azure Advisor\App Services Recommendation Questions and Issues')
)
It keeps failing now with the error Action failed. It was running successfully when the condition wasnt matching a couple a days ago.