
Is there any option to run power automate desktop flow using azure pipline ?
and it should be run automaticaly on daily basis when my system is not connected to internet
Hey @gauravsolanke,
For invoking a desktop flow from a service please have a look at: Work with desktop flows using code - Power Automate | Microsoft Learn
For offline runs: right now, PAD doesn't officially support scheduling from within PAD itself. (You'll have to create a scheduled cloud flow that invokes the desktop flow). However, you could use the Run URL (flow properties -> Details) and Windows task scheduler to achieve it. Btw schedules and triggers in PAD is something that we are looking very closely at 😉