This function retrieves a collection of individual character values from the specified text input.
Syntax
Text.ToList(text as text) as list
About
This function retrieves a collection of individual character values from the specified text input.
Explanation
Generate a set of character values extracted from the text "Hello World" using Power Query M language function MText.ToList(). The resulting list includes the characters: "H", "e", "l", "l", "o", " ", "W", "o", "r", "l", "d".