简体   繁体   中英

Executing a power automate flow from YAML

Quick question - is there a way to use YAML (in an azure pipeline) to trigger an power automate (or a logic app) with parameters?

I can see the other way around - so from power automate to trigger an pipeline but not the way i need.

Thanks

We trigger Power Automate Flows by using the Azure DevOps Invoke REST API task . This needs to have a Service Connection of Generic type which is only used to specify the Server URL.

To use this, your Pipeline needs to use an Agentless Job which you choose by clicking the ellipsis in the Pipeline and adding an agentless job.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM