2

I created a Flow that publishes RSS to Yammer. The RSS feed contains Azure DevOps status updates, provided my Microsoft.

Flow definition:

enter image description here

Actual result:

enter image description here

Question: How can I publish this RSS message without HTML tags in the message output?

Bernard Vander Beken
  • 4,848
  • 5
  • 54
  • 76

1 Answers1

2

The solution is to use the Html to text action. To find this new action, search for HTML when you add an action.

Thanks to @BrianLyttle for pointing this out.

Fixed flow and output:

Fixed flow

Bernard Vander Beken
  • 4,848
  • 5
  • 54
  • 76