Summary
In this chapter, we learned about the basics of the AppSheet editor, data controls, and the settings that you need to get familiar with for development with AppSheet. We suggest that you gain some practical experience and apply the different settings that you just learned in a sample app or sandbox app. Playing with the AppSheet editor without worrying that the app is going to break should help you learn how the changes you made affect the behavior of the app.
We also covered AppSheet expressions. To configure table and column settings, we can use and pass expressions that will help us dynamically change the behavior of our AppSheet app. We will review expressions in detail in the later chapters of the book. Once you have learned about expressions, come back to this chapter again, as you can use expressions across all the table and column settings to dynamically and conditionally change an app’s behavior. AppSheet can build a powerful and flexible application that...