Text counter in Canvas Apps
About the Author: Manish Luhana
Microsoft business applications specialist and certified trainer.
Categories: Canvas Apps, Power Apps, Power Platform0 CommentsPublished On: 25 December 2021

text-counter

Some requirements call for a counter, so that when we type text into a text input, the label shows the maximum character or how many characters remain to be entered.

Take one label to display the counter and one text input with multiline text mode for this need.

post-viewes

Select the label and enter the following formula in the Text property.

Len(TextInput2.Text)

tree-view

If you run a test, the counter will now display the text length in real time.

real-time-text-length

tech mentor sidebanner
  • Continue reading
  • Continue reading
  • Continue reading
  • Continue reading
  • Continue reading

Leave A Comment