Hello, I'm wondering if I can get some clarity on a few things regarding unmanaged vs managed solutions. We took delivery of a power app (built by consultant) that integrates with Azure data factory, etc and another separate API to bring in data. Hundreds of tables, etc.
The delivery we took is a production app, and the solution is managed. We would like to make a copy of it to put in a test environment so we can make custom changes and promote those changes to production when needed. So, it's a backwards situation currently. I've made a few changes in the production environment (to the UI), the ones I was comfortable making without a test environment.
When I go to create a new solution so I can export the app to my new environment, I don't see any of those changes I made.
- Is this because I made changes to a managed solution? Am I correct that I would have needed to make changes to an unmanaged solution only if I wanted those to show up in a new environment after export?
- Also, when I import the app into the new environment, it says I can't import it because its missing some needed tables. I don't see those tables in the original solution even. Any ideas where I could look for missing resources?
Thanks, any help would be welcome.