Text.Start
Syntax
Text.Start(text as nullable text, count as number) as nullable text
About
Returns the first count
characters of text
as a text value.
Example 1
Get the first 5 characters of "Hello, World".
Usage
Text.Start("Hello, World", 5)
Output
"Hello"
Feedback
Submit and view feedback for