Lava Filters - HtmlDecode

Category:Text

Description:Decodes an escaped string of HTML.
Input: "Workflow": { "Name": "This & That" }
Lava: This workflow is called '{{ Workflow.Name | HtmlDecode }}'.
Output: This workflow is called 'This & That'.