Search code examples
microsoft-teamsdeep-linking

Deeplink to a specific Approvals on Microsoft Teams


Is there a way to build a deeplink to a specific Approvals task on Microsoft Teams, based on its ID?

The closest I could get was a deeplink to the Approvals app tab: https://teams.microsoft.com/l/entity/7c316234-ded0-4f95-8a83-8453d0876592/approvals


Solution

  • It's not the ideal, since it's outside Teams, but I found a way to open a single Approval instance with this link:

    https://flow.microsoft.com/manage/environments/<environment-id>/approvals/received/<approval-id>

    It will open the Approval instance in the Power Automate's Approvals tab.