Power Automate Desktop is powerful to automate UI testing on Windows Desktop. But the developed flow is not convenient to reused in another flow. For example, I have created an UI automation flow that includes commonly used UI steps as well as some variables for the team. But it’s not easy for the team to copy these UI steps into their flows because the UI elements are not able to be copied.
This makes me think if desktop flow can be exported as script that is easily to distribute and import back to a flow.
Further thought is if a desktop flow can refer to a subflow of another desktop flow, just like code reuse of a method in a class in programming language.
In brief, it should help a team to develop automation collaboratively.