@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