How to take user input while logic app is running automatically?

Rushit Ajudiya 146 Reputation points
2022-06-16T12:06:07.94+00:00

We are creating an azure logic app flow in which we need to take inputs from users during execution of logic app flow and use it in next action. Is there any way to get inputs from the user side while running the logic app automatically? If yes then please suggest the way to achieve this or else provide any alternative to this if possible.

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,796 Reputation points
    2022-06-16T13:17:16.177+00:00

    @Rushit Ajudiya Thanks for reaching out. Depending upon how you want to take the input from user you can either leverage the team connector Post adaptive card and wait for a response action where you can post the adaptive card to your end user in Microsoft team and then wait for their response for further execution of workflow. Similar you can review the outlook connector action that may help as it does support adaptive card.

    Alternative you can leverage the HTTP webhook action where the logic app waits for the response from the endpoint, and you can send the request body that can leveraged further in your workflow.

    Similar Discussion : https://learn.microsoft.com/en-us/answers/questions/890482/how-to-take-user-input-while-logic-app-is-running.html

    0 comments No comments

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.