
Hi there,
Is it possible to create a flow/run a script to list all flows across my entire Power tenant where the HTTP action is used, showing:
- Flow Name
- HTTP request type (e.g. GET, POST etc)
- the URI the action is using currently.
Cheers
K.
Hi @Kosenurm,
I would suggest to have a look at M365 CLI for this.
Below is an example script which should give you some inspiration:
https://pnp.github.io/cli-microsoft365/sample-scripts/flow/search-flows-for-connection/