Is it possible to launch an automation script that is defined as "API deployment" from sharepoint power automate?
If so, how do I configure this is power automate?
If not, what is the alternative to trigger a script on a system when e.g. something changes on a sharepoint list.
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 20th October 2022
Hi Mieke,
This can be done by using the premium HTTP component.
As far as I know there is no free alternative.
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 20th October 2022
A free alternative (although a bit cumbersome) I think may work, is to use an Excel script for that. You can create an Excel file with Excel Online, add a piece of JavaScript that does the http call you want, and then execute that script from Power Automate. You can pass parameters, so you should be able to create a generic HTTP script that has all necessary input as script parameters. I have used this script workaround for other things but haven’t used it do HTTP calls yet.