Logic App - Accept values through GET parameters not working

Nick Sieraad 20 Reputation points
2024-04-19T08:07:36.5633333+00:00

Hi there :)

I'm having a problem with a logic app where my logic app is triggered when an HTTP request is received. When someones clicks the link the logic app is triggered and it opens a blank webpage. I want to post some text on the webpage. I followed these steps https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-http-endpoint?tabs=standard#accept-values-through-get-parameters, but I couldn't succeed.

When the link is clicked it shows a webpage with run information (4), but not the text I want to see. However, when I check the run history (2) it shows the expected output.

(1) Logic app design:

User's image

(2) Logic app run history:

User's image

(3) Settings:

User's image

(4) Webpage

User's image

Am I doing something wrong? Can someone help me with this?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,852 questions
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 18,281 Reputation points Microsoft Employee
    2024-04-22T14:21:09.5666667+00:00

    @Nick Sieraad Thank you for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.

    To this behavior, I have created a consumption-based logic and followed the documentation steps and able to retrieve the Get Parameter value in the browser while requesting the call back URL.

    • If you enable Asynchronous response under Networking for response action, then you will be the above shared Json which is expected instead of the get parameter value.
    • If you want to project the Get Parameter value in the browser or in the output while requesting the call back URL then you need to disable the Asynchronous response.

    Hope this helps, let me know if you have any further questions on this.


0 additional answers

Sort by: Most helpful