Start Power Automate flow?

Select type “Expression” for the button and set expression:

fetch('URL', {
    method: 'method',
    headers: {
      'header'
    },
body
  }), 

where
URL – URL of the power automate service,
method – HTTP-method,
headers – HTTP-headers,
body – request body with input parameters for the flow.

Contents