Hi Everyone,
It's all about Text Control in PowerApps (Canvas App) today. As we all know, Text is a string. Below are main properties or events which we have to remember
• OnChange - When the state of the control changes
• OnSelect - When the taps the control
• Visible Property - By definition, it takes bool. True - It shows the field on the form and we can use this property to show and
↧