Collections in Power Apps act as table variables that let you store and manage rows and columns of data right inside your app. Unlike a regular variable, which holds a single value, a collection can keep an entire table of information. You use collections as temporary data stores that hold data in app memory while the user interacts with your app.
Power …

