Logic App to display API response in browser

Jennifer Hainsworth 21 Reputation points
2022-02-24T15:14:12.197+00:00

I have a logic app where a user completes a Microsoft form, then calls an API endpoint with the form values, and currently it sends a Teams chat with the API response. What I would really like to do though, is to display a pop up on the Microsoft form with the API response, or open a new browser tab to display the API response. Any suggestions?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,129 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,421 Reputation points
    2022-02-25T04:59:34.587+00:00

    @Jennifer Hainsworth The question is more towards the Microsoft form and I will suggest you to post the query here so the team can confirm if there is any way in the Microsoft forum to configure the callback URL when the user submits the response.

    I have done some research and I can see that we can only provide a custom message when your users submit the form and not the dynamic response

    In general, if any application supports the configuration of callback URL waiting for the response then you may send the response back to that URL after your business logic/workflow has been executed.

    From logic app perspective it doesn't have any control over the client browser.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.