Sends an email when an email arrives with a long piece of text in the body. (and then actually that only happens with the first email and not again when a relay comes up)
I have the following, but it doesn't seem possible to put a lot of text in the condition.
I would not paste the huge block of text directly into the Condition card.
Store your long “needle text” once in a Compose, then use contains() to check if the email body includes it.
When a new email arrives (V3)
Keep Html to text (Content = Body)
Compose (name it: Needle)
Condition → switch to Expression and use:
contains(
body('Html_to_text'),
outputs('Needle')
)
Let me know if helps!
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.