Hello - I have a solution containing a canvas app, with 18 connection references, 7 environment variables and 15 cloud flows. Everything was working but I wanted to move the connection references to our Service Account rather than my account directly so I followed the directions on removing connections in each of the flows and replacing with connection references before exporting from dev to prod.
But while testing this morning, my flows which are initiated by a button in my app are no longer triggering. After using the monitor tool, I realized that all of my connection references had switched OFF after importing to prod so none of the flows that are triggered inside my app are working.
How do I change these back to ON? I've read other posts telling people to copy their code, remove the flow and re-create in their app and I'm just cringing at the thought of having to do all that work again.
Any advice on what I did wrong and how do I set this up correctly would be sincerely appreciated. We're on the brink of deployment and now nothing is working.
Inside my solution, all connection references are OFF after being imported into PROD:
But when I look at the flows, I am the owner in the Solution in the PROD environment:
In the DEV environment, the service account is listed as the app owner:
In DEV, the connection references are all OFF even though I went through each flow and removed connections in order to establish environment variables and connection references.
Please help anyone!