If you are using the new Modern Text Input control (formerly known as Text canvas), please check out our latest guide here:
Modern Text Input Guide

Text Input Controls

Interestingly, these controls don’t have a direct “Text” property, which might initially suggest that programmatic manipulation isn’t possible. This design choice makes sense as these controls are primarily intended for user input.
In this guide, we’ll explore effective methods to control text input values programmatically, allowing you to create more dynamic Power Apps solutions.
Manipulating Text Input Values Programmatically

Step-by-Step Implementation




Important Note: Text Input Updates Only When Variable Value Changes
A crucial point to understand is that the text input content only updates when there’s an actual change in the variable value.


This happens because the variable (locText) remains unchanged at “Hello World” before and after pressing the button.


For more information about the modern Text Canvas control, please check out our detailed guide here:

コメント