Skip to content
All posts

Collections Explained

Power Apps Collection: Collections are in-memory records grouped together into a table type of variable. We will cover the use of collections in Power Apps. We can take data and put it into a collection by using the Collect and ClearCollect functions. Collections can hold only one type of record, which means they need to have the same field listing or come from the same data source.

🚩Here’s the full video: https://youtu.be/06txEJbO4QI

Here is the Microsoft documentation on this:

🎈https://docs.microsoft.com/en-us/powe…

-Darren Neese with PowerApps Tutorial