How to Call an Asynchronous Power Automate Flow With JavaScript
10 min readDec 18, 2022
--
Introduction
In this blog post, we will show you how to call an asynchronous Power Automate flow with JavaScript. This is useful if you want to trigger a flow from a web application or a script, and you want to continue with other tasks while the flow is running in the background.