I am trying to duplicate a solution in Power Automate so I can have the same set of functions across multiple SharePoint sites/libraries, as each library requires a unique trigger for the workflows. I am trying to also deploy each of these from an unmanaged environment to a managed, production environment, just as duplicates using the different values for the environmental variables.
So, I need to be able to duplicate the environmental variables (because the values are set for the whole environment), and then duplicate the flows to point to the new environmental variables.
After that initial functionality is available, it would also be nice to update specific solutions if/when changes are available. For example, if I have my unmanaged Solution 0 that is the basis for everything, I would like to create a Solution A, B, and C in the production environment that are all the exact same workflows as Solution 0, just pointing to different environmental variables (and therefore duplicate workflows). I'd also like, when Solution 0.1 is ready, to be able to update Solution A, B, and C without reduplicating the flows, just pushing the changes in a consistent manner to how they were duplicated the first time (i.e., the guids for the workflows and environmental variables are the same as original).
Are there any tools available to do this? I've started down the rabbit hole of editing the .zip export of Solution 0, but it's a complicated and extensive script to duplicate everything consistently and maintain the desired syntax in Power Automate.
Thanks for your help,
Blake