Retrieving a query parameter in Power Automate

This simple post describes how a Power Automate flow, being triggered by a HTTP request, can extract a query parameter.

Firstly, the Power Automate flow is configured to extract a query parameter.

Figure 1

Once configured, the Power Automate flow is triggered by a HTTP request.

Figure 2

The flow successfully extracts the query parameter.

Figure 3