Learn how to trigger logic flows from variable changes. In the example we'll make an input component with a character limit.
The formula functions used in this video
Limiting a text to 5 characters without an appended ellipsis:
TRUNCATE(pageVars.inputText, 5, "")