Forum Discussion

Allan_Clarke's avatar
Allan_Clarke
Iron Contributor
Jul 05, 2018

Simple Power App using a Collection

Thought I'd try to build a simple app to store data to a "Collection" and used Shane @ Bold Zebras video on YouTube at https://www.youtube.com/watch?v=yS6mTRlmuls as a guide. Followed to the letter (...
  • Hi Allan_Clarke,

    As you mention: A collection is not meant to save data beyond the session you're on, but is a temporary data set you can use during the session. So every time you open the app the collection starts all over.

    Data added to the collection during the use of the app will remain there until you remove it from the collection or close the app.

    You can repopulate a collection using a formula on start of an app, but that will just populate it with exactly the same data every time you start it.

    If you want to save data beyond the session of an app you will need to connect a data source. That could be an Excel on your OneDrive, a list in SharePoint, a SQL database or Dynamics CE, you name it.

Resources