To finish the basics of learning Power Apps, you must also know how to deal with variables and collections. Variables allow you to store a value or set of values in the application memory. Collections allow you to store tables of rows and columns in memory to be worked on locally. Both of these help you get around delegation warnings in many cases.
Variables
Variables are used in Power Apps to store values ...