Hi all, pretty new to all things PowerApps and am planning on making an App that has a function allowing users to update/add a record to a dataverse table.
lets assume I have a solution in a dev environment with an App, multiple flows and connections, and a dataverse table, that I then export to a different environment as a managed solution. The app is then used for a period and records are added to the table.
If at a later date I make a change to the app in the dev environment, export it, and install it as an upgrade in the prod environment, does this overwrite the table in the prod environment and therefore get rid of any records in the existing table, therefore losing data? Is the answer to this question any different if instead of making an update to the app I change something about the table (e.g. add a new column), or if I do an update instead of a upgrade?