Power Apps: Show Hide Fields in Forms and Disable Buttons
Oct 20, 2022 12:00 AM

Power Apps: Show Hide Fields in Forms and Disable Buttons

External YouTube Channel

In the 17th episode of Matt’s Power Platform series, he takes a look at a common request he receives during hackathons and virtual mentoring here at Pragmati...

In the 17th episode of Matt’s Power Platform series, he takes a look at a common request he receives during hackathons and virtual mentoring here at Pragmatic Works. Often, app developers want to show or hide certain fields in a form based on the data users input in the form. By using some conditional logic and accessing specific properties of controls within the app this can be easily accomplished.

Matt also showcases how to not let a user click the Save button to create a record until certain fields in the form have been filled out. This idea can be applied to required fields within your data source as well as fields that are not required.

Sow/Hide button depending on what is filled in the field

As you can see in the picture, this form consists of several fields, tabs and several buttons. I am currently trying to set all the appropriate conditions related to the Submit button. What I want is that when all the fields are filled in, only then does the SUBMIT button appear. In a way

Open in Power Apps Community