Hi @MarcRohde
I have solution for your problem.
First, clone your managed solution (Clone a Batch). If the other solution is not a dependency of your current solution, you can remove the variable from your current solution by following these steps:
- Open your current solution in the Power Apps Maker Portal.
- Click on "Settings" in the left-hand navigation menu, and then click on "Environment Variables".
- Find the variable that you want to remove and click on the ellipsis (...) to the right of the variable name.
- Click on "Delete" to remove the variable from your solution.
If the variable is marked as required by the solution or if the other solution is a dependency of your current solution, you may not be able to remove the variable directly. In this case, you will need to remove the reference to the other solution from your current solution first.
To remove the reference to the other solution, follow these steps:
- Open your current solution in the Power Apps Maker Portal.
- Click on "Settings" in the left-hand navigation menu, and then click on "Solutions".
- Find the other solution in the list and click on the ellipsis (...) to the right of the solution name.
- Click on "Delete" to remove the other solution from your current solution.
Be aware that removing a solution may cause dependencies or references to break, so be sure to test your solution thoroughly after removing the other solution.