Skip to main content

Power Apps Simplicity

Author by

Power Apps and its ease of use... Here's an example:

There is logic behind the button that if a particular field is selected that it will take you to the next screen for additional information. However, if it's not selected, the #PowerApp submits the form and brings you to the confirmation screen.

Many business requests that come in are for cascading drop-downs and "if this, then that" input fields... I wanted to share a way that can significantly improve the customer experience with a simple change of text on a button.

Variable: If field is checked, set variable to true, if field is unchecked, set variable to false
2020-01-03-14_29_49-New-Site-Request-Power-Apps.png
Code: If the variable is true, show Next if it is false, show Submit
2020-01-02-19_44_24-New-Site-Request-Saved-(Unpublished)-Power-Apps.png

Output: Depending on the selected field, the button displays either Next or Submit

2020-01-02-20_19_55-New-Site-Request-Saved-(Unpublished)-Power-Apps.png


#PowerApps #PowerPlatform #LessCodeMorePower #O365

Author