Hi, i am looking for a way to run my c# console app via Power Automate. I manage to do it by calling a desktop flow from my cloud flow.
But what i want to do is call my script in my cloud flow. Did anyone achieved this or got to a similar result without using desktop flow? I also need to pass parameter to my script, and wait for it to finish running before the flow continue.
Best regards, JayBert
Solved! Go to Solution.
The only way to do this that I am aware of is what you are doing now. Call the C# console app from a Desktop flow and invoke the Desktop flow from a Cloud flow.
The only way to do this that I am aware of is what you are doing now. Call the C# console app from a Desktop flow and invoke the Desktop flow from a Cloud flow.
Hello
You can create azure function with this code and call it via cloud flow
Have a good day.
User | Count |
---|---|
6 | |
5 | |
3 | |
3 | |
2 |
User | Count |
---|---|
10 | |
9 | |
7 | |
7 | |
4 |