So here is my problem I'm hoping you lovely people can help with.
I have an UnManaged Environment with a Solution called Master App. Inside this solution is a Canvas App and two environment variables. 1 for a SharePoint site and 1 for a SharePoint list. The canvas app is linked to the SP site and list via these variables.
I have a flow that exports the solution and imports it as a template into the same environment with a prefix. ie. Location1_Master_App. I can use the flow to create more locations and link the variables to different SP lists of my choosing. The idea being that I have one canvas application duplicated multiple times but they all link to different SP lists. This part is working perfectly.
My problem comes when I update the Master Canvas application and then I want to copy just the application to the other Solutions. I.e Copy Master Canvas to Location1, Location 2 etc. I'm using the Dataverse Unbound Action - ImportSolution function in Power Automate but I cannot get it to overwrite the application. Does anyone have any ideas in PowerApps where I can Save the Master App overwriting Location 1, 2 etc without having to use the Save As function each time. I could potentially have 100 locations and I'm looking to save to each Solution fast.
Hope this makes sense. Thanks