Hi Team
I created this text field, now i want to change it to a button, is there any property that must use on Advance mode to allow this control to be a button?

Hi Team
I created this text field, now i want to change it to a button, is there any property that must use on Advance mode to allow this control to be a button?

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Apr 8, 2024, 7:08 AM
To convert a text field to a button in Power Apps, you can use the
OnSelectproperty of the text control. By adding a formula to theOnSelectproperty, you can make the text control behave like a button when clicked. Here's an example of how you can achieve this:OnSelectproperty to the action you want the button to perform. For example, you can useNavigateto move to a different screen orSubmitFormto submit a form.BorderColor,BorderThickness,HoverFill, andPressedFill.By utilizing the
OnSelectproperty and customizing the visual properties, you can effectively transform a text field into a functional button in Power Apps.