Hello,
I built a Microsoft flow in my test environment and that works perfectly! Now my questions are:
1). Can I export my Microsoft flow and add it to my git repo? I can see it allows me to export my Flow as .json or .zip. But both of them included the connection info with my test environment. So I would not able to use it when I export it to my prod solution
2) Does it provide APIs for me to build, deploy and test my flow? So I can integrate the whole process to my CI/CD pipiline.
Much appreciated if anyone can help!