Import & Replace full App without affecting table records
We use multiple accounts for development, testing, and production. When we export an App from one account, we have the option of whether or not to include the data from the tables or just the tables themselves.
When we import that App into another account and choose to Replace the app, we are not given any options about how to handle the tables and their data. If we exported with data, it will replace all the existing data. If we exported without data, it will empty out the tables completely.
This is a big problem when it comes to moving things to our production account, as it risks either replacing all of our real data with our fake testing data, or erasing the real data completely. To prevent this we currently have to export all the table data from the target page and import it into the source page before we can export the App itself for migration.
An option like we have when directly importing tables alone would be wonderful (the options to replace/append/update/update-design).
Thanks.