Forum Discussion

Thomas_Steibl's avatar
Thomas_Steibl
Copper Contributor
Feb 09, 2020

What's the best option for a self service Teams request process (Bot, Adaptive Card, App)?

I've created a simple self service process for the user to request, approve and create a Team using Microsoft Forms, Power Automate and Graph API. The procedure works fine but it's not very elegant (I can't create any interactive fields, ie show the Teams name after running through our naming conventions,...).

 

What options have you guys implemented?

8 Replies

  • Kdships's avatar
    Kdships
    Copper Contributor

    Thomas_Steibl you may find this useful.

     

    Updated:

    You can avoid group and Teams duplicate names by implementing a self-service request for Teams. 

    This solution also gives Admins more control over naming convention and blocked words. You can modify the script to your preferred naming conversion. Or simply use it as is. You would need a PowerApps form to capture the requests, a SharePoint site to store the requests and an internal email relay server to send request status to users (or use PowerAutomate send email feature). All that is described in this article.

    https://insterswap.wordpress.com/2020/03/25/how-to-develop-microsoft-teams-self-service-app-to-fix-the-duplicate-display-name-limitation-in-the-teams-client/

    Lastly, you would need to create a scheduled job for the script and let it run every 5 to 10 mins interval to process user requests in the background. Mine runs every 5 mins. Good luck!

    • Thomas_Steibl's avatar
      Thomas_Steibl
      Copper Contributor
      It would be great if the user sees the final Teamname (including naming convention adaptions) after he enters his Teamname and also providing interactive forms based on his needs (ie only O365 Group, only Team without Email, and so on)...
      • Thomas_Steibl's avatar
        Thomas_Steibl
        Copper Contributor

        I would love to get some ideas from already implemented solutions... If anyone can share a screenshot or so it would be much appreciated. Thanks in advance.

  • JBergqvist's avatar
    JBergqvist
    Copper Contributor
    I have chosen to develop a Sharepoint webpart as a GUI and then publish this as an app in Teams. Backend, logic and flow are done with azure components.

Resources