I am currently working on a powerapps application with dataverse for storage. Initially I built my solution in my dev environment and moved it as a Un-managed solution for testing to test-env.
After finding some issues I started adding to the solution in test_env new flows, tables etc. Then I noticed to access the values of the new tables in my app I had to add prefix(crde##_solutionprefix_colName) when accessing the table items in gallery.
I didn’t have to use the prefix initially at my dev_env.
Now I have multiple naming conventions in my solution for my tables and app galleries items, how can I remedy this situation.
Only develop in dev environment?
Would this cause a problem going forward publishing the app in the production environment?
Also any material on solution and environments