0
votes

I have a task to follow first of two links which is contained in Outlook body and avoid second link. Body example:

True link: http://metallica.com/

Link to avoid: https://black-star.ru/

image

I can only handle the message but then i don't know what to do.

Big thanks for any help!

1

1 Answers

0
votes

Suppose you could use Contains to check whether the message has the link string. It will return true if the string is found.

contains(outputs('Compose'),'string')

enter image description here

enter image description here