Summary
In this chapter, we covered how to apply conditional formatting to various elements within a Power Apps app. We showed how this can improve the overall functionality of your app.
We then discussed the concept of URL deep linking and how this can be used to direct users to specific areas within your app. First, we covered the overall concept of URL parameters. We then showed how URL parameters can be used to affect the app itself.
Lastly, we combined both areas into a single use case. We showed how conditional formatting can be used to provide two key functionalities for our app. The first one was displaying an Admin button, but only for individuals designated as administrators. The second was to use conditional formatting to provide immediate feedback to the user on the validity of an email address format. We then showed how a URL link could be created to direct a user to a specific record that would be automatically opened to the edit screen, thus avoiding the user having...