Forum Discussion
rbutgins21
Jun 23, 2020Brass Contributor
Invoking an .exe via flow
Does anyone know if it is possible to invoke an exe via ms flow?
Magnus Göransson
Jun 24, 2020Brass Contributor
There are some options. From a Flow you can fire off a PowerShell script using Azure Automation with a remote worker. The script can then invoke the .exe file.
I haven't tested it, but it seems doable.