I have a flow that uses 'When a feed item is published' and connected to an RSS feed that has three different outputs. It currently sends me an email every time that RSS feed is updated, however I want to create a trigger condition so that it only sends an email when one of the outputs contains a particular word.
For instance, in another flow that's connected to a Sharepoint list, I have this trigger condition: @contains(triggerOutputs()?['body/Status/Value'], 'Active')
With this RSS feed however, the property I want to use has this expression: TriggerBody()?['categories']
How can I create a similar trigger condition for my RSS feed?