pnp / PnP-Provisioning-Schema

Office 365 Patterns and Practices - Remote Provisioning Schema
MIT License
159 stars 220 forks source link

Token for internal site name missing #612

Open melvinschenker opened 1 year ago

melvinschenker commented 1 year ago

Hello I need to get the correct site name for creating a webpart which includes the group email address. Because there is no token for this available in the current token list: https://github.com/pnp/PnP-Sites-Core/blob/master/Core/ProvisioningEngineTokens.md, I wanted to combine {sitename}@mytenant.com, but there is no token matching the real site name. ( {webname} returns null, {sitetitle} is the same as {sitename} ...) Does anyone already had this problem? How can I get or combine the group mail address?

BaronSparky commented 10 months ago

A bit old I know but did you try "{groupsitetitle}"?

melvinschenker commented 8 months ago

@BaronSparky This doesn't work. With this token I'll get the same as {sitename} - only the display name of the Site, and not the internal name.