I had an app with four workflows that was working well, but it was complicated to deploy because I had the URL to the SharePoint site hardcoded. So, I replaced the connection using an Environment Variable. That caused several issues. The app ran fine, but the flows wouldn't run. After trying different options I was told to try, I finally decided the nightmare and bugginess of Environment Variables were not worth the time saved during deployment.
I went in to the app and removed the data connections (Uses three lists in the same site). Got the app running, so I deleted the Environment Variables from my environment through the "Default Solution".
Now when I try to click "Play" to run the app from the existing environment (not deployed to any other environment), I get an error that says "Sorry, we didn't find that app" and the "More" link reveals that it is looking for an environment variable.
WHAT???!!! What does it need any environment variable for to FIND the app?!
I can't find anywhere to recover the environment variables I deleted, and my app won't run now. Any help is greatly appreciated.