
Announcements
What data source is the following icon? I am working with a power app template and I see this as a data source, but have no clue what the source actually is (such as SharePoint, excel, etc.)
Hi @LipoLoHu,
That actually refers to an in-memory collection within the app. It is a way to store data that only exists during app runtime.
Collections can be used to temporarily store some records from another database, store hard-coded values that never change, store changes to records and so on... In other words, the collection might be a local copy of one of the data sources that are used (or certain records from that source) but does not have to originate from a data source - you can create them manually as well. You can find more information on Collections here.
If this solves your question, would you be so kind as to accept it as a solution.
Thanks!