OfficeDev / microsoft-teams-apps-requestateam

Power Platform based solution that allows users to request teams and automates team creation. NO LONGER MAINTAINED. Please use 'Provision Assist' - https://github.com/pnp/provision-assist-m365/ instead.
MIT License
236 stars 66 forks source link

Improvement to ProcessTeamRequest Logic for sending email #321

Open nikki-c opened 3 years ago

nikki-c commented 3 years ago

I have the following recommendations for improving the ProcessTeamRequest Logic app

Step Send team created email In the email body it contains the dynamic variable 'Team name' this should be replaced with 'Team display name' as 'Team display name' is the variable that contains the any naming conventions and is the actual name of the team. For example the entered Team Name may be 'Marketing' but if there is a naming convention that applies the country from the user's profile to the team name then the Team Display Name becomes 'Marketing - UK'

alexc-MSFT commented 2 years ago

Good spot @nikki-c - will add to the roadmap, thankfully this is a simple one 😀