azure-devopsyammerpower-automate

How to strip HTML from RSS to Yammer message


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?


Solution

  • 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