Power Automate: HTML to Text Action
Strips HTML tags and returns raw text.
This is my reference library, the place I send people when they need precise, dependable answers about how a specific function, action, or trigger actually behaves. Tutorials teach you a workflow, but a reference tells you exactly what a piece does, what it expects, and where it bites. My Excel Function Reference breaks down worksheet functions like the "Count" function with clear syntax and examples. The Power Apps Function Reference covers the Power Fx functions you use to build canvas apps, and the SharePoint List Function Reference explains the calculated column functions that shape list data. For automation, the Power Automate Trigger Reference documents how each trigger fires, while the N8N Node Reference and N8N Trigger Reference do the same for the open-source world. An OData Reference handles the query syntax for filtering and sorting data. Every page delivers real syntax, real parameters, and the gotchas I have hit.
Strips HTML tags and returns raw text.
Wraps a single value into an array. Accepts strings, booleans, integers, and floats.
Returns the hour component (0-23) of a date or time value.
Returns SharePoint list items with OData filters, pagination, and folder scoping.
Filters records where a field begins with a given string.
Divides two numbers. Has a 19-digit precision limit that silently corrupts large results.
Routes the Flow into multiple branches based on a single value. 25-case limit.
Filters records where at least one condition is true.
Returns a named color value like Color.Burlywood instead of an RGBA code.
Pauses the Flow for a fixed duration.
Filters records where a field is less than or equal to a value.
Returns the day-of-week number from a date. Three return-type options.